From 461ba78442c1adeabe01059a57e36b429beffc71 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Tue, 20 Jun 2017 17:02:06 +0200 Subject: fix --- by_os/Darwin/cups/.cups/lpoptions | 1 + by_os/Darwin/input/.inputrc | 20 ++++++++++++++++++++ by_os/Darwin/mutt/.mutt/mailcap | 6 ++++++ by_os/Darwin/mutt/.mutt/open-in-safari | 8 ++++++++ by_os/Darwin/newsbeuter/.newsbeuter/config | 25 +++++++++++++++++++++++++ by_os/Darwin/task/.taskrc | 4 ++++ 6 files changed, 64 insertions(+) create mode 100644 by_os/Darwin/cups/.cups/lpoptions create mode 100644 by_os/Darwin/input/.inputrc create mode 100644 by_os/Darwin/mutt/.mutt/mailcap create mode 100755 by_os/Darwin/mutt/.mutt/open-in-safari create mode 100644 by_os/Darwin/newsbeuter/.newsbeuter/config create mode 100644 by_os/Darwin/task/.taskrc (limited to 'by_os/Darwin') 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 + -- cgit v1.2.3