diff options
author | Patrick Simianer <p@simianer.de> | 2017-06-20 17:02:06 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2017-06-20 17:02:06 +0200 |
commit | 461ba78442c1adeabe01059a57e36b429beffc71 (patch) | |
tree | aef3668de1ce6b400c0a528e3aec7aecd3321c4b /by_host/Darwin | |
parent | 8d951f7cd852e39f79c91af2871f9bc1388d41a3 (diff) |
fix
Diffstat (limited to 'by_host/Darwin')
-rw-r--r-- | by_host/Darwin/cups/.cups/lpoptions | 1 | ||||
-rw-r--r-- | by_host/Darwin/input/.inputrc | 20 | ||||
-rw-r--r-- | by_host/Darwin/mutt/.mutt/mailcap | 6 | ||||
-rwxr-xr-x | by_host/Darwin/mutt/.mutt/open-in-safari | 8 | ||||
-rw-r--r-- | by_host/Darwin/newsbeuter/.newsbeuter/config | 25 | ||||
-rw-r--r-- | by_host/Darwin/task/.taskrc | 4 |
6 files changed, 0 insertions, 64 deletions
diff --git a/by_host/Darwin/cups/.cups/lpoptions b/by_host/Darwin/cups/.cups/lpoptions deleted file mode 100644 index bf56f78..0000000 --- a/by_host/Darwin/cups/.cups/lpoptions +++ /dev/null @@ -1 +0,0 @@ -Default KM1B3A41 diff --git a/by_host/Darwin/input/.inputrc b/by_host/Darwin/input/.inputrc deleted file mode 100644 index 0fe68cf..0000000 --- a/by_host/Darwin/input/.inputrc +++ /dev/null @@ -1,20 +0,0 @@ -"\e[1~": beginning-of-line -"\e[4~": end-of-line -"\e[5~": history-search-backward -"\e[6~": history-search-forward -"\e[3~": delete-char -"\e[2~": quoted-insert -"\e[5C": forward-word -"\e[5D": backward-word -"\e\e[C": forward-word -"\e\e[D": backward-word - -set completion-ignore-case on -set expand-tilde on -set convert-meta off -set input-meta on -set output-meta on -set show-all-if-ambiguous on -set visible-stats on -set -o vi - diff --git a/by_host/Darwin/mutt/.mutt/mailcap b/by_host/Darwin/mutt/.mutt/mailcap deleted file mode 100644 index a319c8c..0000000 --- a/by_host/Darwin/mutt/.mutt/mailcap +++ /dev/null @@ -1,6 +0,0 @@ -image/*; cat - | open -W -F -n %s > /dev/null -text/html; ~/.mutt/open-in-safari %s -text/html; w3m -I %{charset} -O utf-8 -T text/html -dump %s; copiousoutput -text/*; cat - | open -W -F -n %s > /dev/null -application/*; cat - | open %s >/dev/null - diff --git a/by_host/Darwin/mutt/.mutt/open-in-safari b/by_host/Darwin/mutt/.mutt/open-in-safari deleted file mode 100755 index 0e122f5..0000000 --- a/by_host/Darwin/mutt/.mutt/open-in-safari +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -cp $1 $1.copy.html -( open -a Safari "$1.copy.html"; -sleep 30; -rm -f "$1.copy.html"; -) & - diff --git a/by_host/Darwin/newsbeuter/.newsbeuter/config b/by_host/Darwin/newsbeuter/.newsbeuter/config deleted file mode 100644 index a358dbc..0000000 --- a/by_host/Darwin/newsbeuter/.newsbeuter/config +++ /dev/null @@ -1,25 +0,0 @@ -highlight article "^Title: .*$" magenta black bold -color listnormal white black -color listfocus magenta black -color listfocus_unread black white -color info color7 black -color article color246 black - -#highlight feedlist "^.* N .*$" color15 default bold -#highlight articlelist "^.* N .*$" color15 default bold -#highlight article "^Feed: .*$" color3 default -#highlight article "^Author: .*$" color5 default -#highlight article "^Link: .*$" blue default -#highlight article "^Date: .*$" color4 default - -browser "open-in-safari" -show-read-articles no - -bind-key j down -bind-key k up -bind-key h left -bind-key l right -bind-key m toggle-show-read-feeds -bind-key a mark-feed-read -bind-key o open-in-browser-and-mark-read - diff --git a/by_host/Darwin/task/.taskrc b/by_host/Darwin/task/.taskrc deleted file mode 100644 index fec3497..0000000 --- a/by_host/Darwin/task/.taskrc +++ /dev/null @@ -1,4 +0,0 @@ -data.location=~/.task - -include /Users/pks/.local/share/doc/task/rc/solarized-dark-256.theme - |