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_os/Darwin | |
parent | 8d951f7cd852e39f79c91af2871f9bc1388d41a3 (diff) |
fix
Diffstat (limited to 'by_os/Darwin')
-rw-r--r-- | by_os/Darwin/cups/.cups/lpoptions | 1 | ||||
-rw-r--r-- | by_os/Darwin/input/.inputrc | 20 | ||||
-rw-r--r-- | by_os/Darwin/mutt/.mutt/mailcap | 6 | ||||
-rwxr-xr-x | by_os/Darwin/mutt/.mutt/open-in-safari | 8 | ||||
-rw-r--r-- | by_os/Darwin/newsbeuter/.newsbeuter/config | 25 | ||||
-rw-r--r-- | by_os/Darwin/task/.taskrc | 4 |
6 files changed, 64 insertions, 0 deletions
diff --git a/by_os/Darwin/cups/.cups/lpoptions b/by_os/Darwin/cups/.cups/lpoptions new file mode 100644 index 0000000..c26cf6c --- /dev/null +++ b/by_os/Darwin/cups/.cups/lpoptions @@ -0,0 +1 @@ +Default Kyocera_ECOSYS_P6021cdn diff --git a/by_os/Darwin/input/.inputrc b/by_os/Darwin/input/.inputrc new file mode 100644 index 0000000..0fe68cf --- /dev/null +++ b/by_os/Darwin/input/.inputrc @@ -0,0 +1,20 @@ +"\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_os/Darwin/mutt/.mutt/mailcap b/by_os/Darwin/mutt/.mutt/mailcap new file mode 100644 index 0000000..a319c8c --- /dev/null +++ b/by_os/Darwin/mutt/.mutt/mailcap @@ -0,0 +1,6 @@ +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_os/Darwin/mutt/.mutt/open-in-safari b/by_os/Darwin/mutt/.mutt/open-in-safari new file mode 100755 index 0000000..0e122f5 --- /dev/null +++ b/by_os/Darwin/mutt/.mutt/open-in-safari @@ -0,0 +1,8 @@ +#!/bin/sh + +cp $1 $1.copy.html +( open -a Safari "$1.copy.html"; +sleep 30; +rm -f "$1.copy.html"; +) & + diff --git a/by_os/Darwin/newsbeuter/.newsbeuter/config b/by_os/Darwin/newsbeuter/.newsbeuter/config new file mode 100644 index 0000000..a358dbc --- /dev/null +++ b/by_os/Darwin/newsbeuter/.newsbeuter/config @@ -0,0 +1,25 @@ +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_os/Darwin/task/.taskrc b/by_os/Darwin/task/.taskrc new file mode 100644 index 0000000..fec3497 --- /dev/null +++ b/by_os/Darwin/task/.taskrc @@ -0,0 +1,4 @@ +data.location=~/.task + +include /Users/pks/.local/share/doc/task/rc/solarized-dark-256.theme + |