dotfiles

My configuration files.
Log | Files | Refs | README

commit 13750eae5038eab45f02a544c45f083444c1136b
parent 0dd6d4a10e61ced9aaadfee0b4b2d281352b4eb3
Author: Sven Möller <sven@svenmoeller.xyz>
Date:   Tue, 22 Feb 2022 20:52:54 +0100

Move to XDG config dir

Diffstat:
Rgit/.gitconfig -> git/.config/git/config | 0
Anewsboat/.config/newsboat/config | 45+++++++++++++++++++++++++++++++++++++++++++++
Dnewsboat/.newsboat/config | 44--------------------------------------------
3 files changed, 45 insertions(+), 44 deletions(-)

diff --git a/git/.gitconfig b/git/.config/git/config diff --git a/newsboat/.config/newsboat/config b/newsboat/.config/newsboat/config @@ -0,0 +1,45 @@ +reload-threads 3 +bookmark-cmd "bm" +bookmark-autopilot yes +scrolloff 10 +text-width 80 +browser $LINK_HANDLER +show-read-feeds no + +urls-source "miniflux" +miniflux-url "https://miniflux.svenmoeller.xyz/" +miniflux-login "sven" +miniflux-passwordeval "gopass server/sven@miniflux" + +highlight article "^Title:.*$" blue default +highlight article "Title:" default default +highlight article "https?://[^ ]+" cyan default +highlight article "\\[[0-9]+\\]" red default +highlight article "\\[image [0-9]+[^\]]+\\]" green default +highlight article "Links:" blue default +highlight article "^[ ]*\\* " red default + +bind-key j down +bind-key k up +bind-key J next-feed +bind-key K prev-feed +bind-key J next article +bind-key K prev article +bind-key j down article +bind-key k up article +bind-key G end +bind-key g home +bind-key l open +bind-key h quit articlelist +bind-key h quit article +bind-key "RIGHT" open +bind-key "LEFT" quit +bind-key ^D pagedown +bind-key ^U pageup +bind-key a toggle-show-read-feeds +bind-key S reload-all +bind-key ESC quit +bind-key o open-in-browser-and-mark-read +bind-key M bookmark +macro o set browser "lh -g" ; open-in-browser ; set browser "$LINK_HANDLER" +macro y set browser "printf %u | xclip -sel clip" ; open-in-browser ; set browser lh diff --git a/newsboat/.newsboat/config b/newsboat/.newsboat/config @@ -1,44 +0,0 @@ -reload-threads 3 -bookmark-cmd "bm" -bookmark-autopilot yes -scrolloff 10 -text-width 80 -browser $LINK_HANDLER -show-read-feeds no - -urls-source "miniflux" -miniflux-url "https://miniflux.svenmoeller.xyz/" -miniflux-login "sven" -miniflux-passwordeval "gopass server/sven@miniflux" - -highlight article "^Title:.*$" blue default -highlight article "Title:" default default -highlight article "https?://[^ ]+" cyan default -highlight article "\\[[0-9]+\\]" red default -highlight article "\\[image [0-9]+[^\]]+\\]" green default -highlight article "Links:" blue default -highlight article "^[ ]*\\* " red default - -bind-key j down -bind-key k up -bind-key J next-feed -bind-key K prev-feed -bind-key J next article -bind-key K prev article -bind-key j down article -bind-key k up article -bind-key G end -bind-key g home -bind-key l open -bind-key h quit articlelist -bind-key h quit article -bind-key "RIGHT" open -bind-key "LEFT" quit -bind-key ^D pagedown -bind-key ^U pageup -bind-key a toggle-show-read-feeds -bind-key S reload-all -bind-key ESC quit -bind-key o open-in-browser-and-mark-read -bind-key M bookmark -macro o set browser "lh -g" ; open-in-browser ; set browser "$LINK_HANDLER"