homebrew support and newsboat
This commit is contained in:
parent
d0c8b71ea3
commit
29e32723f6
@ -171,3 +171,8 @@ then
|
||||
eval "$(atuin init bash --disable-up-arrow)"
|
||||
bind -x '"\C-r": __atuin_history'
|
||||
fi
|
||||
|
||||
if [ -f "/home/linuxbrew/.linuxbrew/bin/brew" ]
|
||||
then
|
||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
fi
|
||||
|
1
home/any/newsboat.dirs
Normal file
1
home/any/newsboat.dirs
Normal file
@ -0,0 +1 @@
|
||||
.newsboat
|
36
home/any/newsboat/.newsboat/config
Normal file
36
home/any/newsboat/.newsboat/config
Normal file
@ -0,0 +1,36 @@
|
||||
# a comment
|
||||
max-items 100 # such comments are possible, too
|
||||
browser links
|
||||
show-read-feeds yes
|
||||
|
||||
unbind-key R
|
||||
bind-key ^R reload-all
|
||||
|
||||
bind-key k up
|
||||
bind-key j down
|
||||
bind-key ^U halfpageup
|
||||
bind-key ^D halfpagedown
|
||||
|
||||
urls-source "ttrss"
|
||||
ttrss-url "https://rss.sdf.org"
|
||||
ttrss-login "crthaze"
|
||||
ttrss-passwordfile "~/.newsboat/ttrss-password"
|
||||
|
||||
ttrss-flag-star "s"
|
||||
|
||||
# Colors
|
||||
# color background color223 color0
|
||||
color listnormal color223 color0
|
||||
color listnormal_unread color2 color0
|
||||
color listfocus color223 color237
|
||||
color listfocus_unread color223 color237
|
||||
color info color8 color0
|
||||
color article color223 color0
|
||||
|
||||
# highlights
|
||||
highlight article "^(Feed|Link):.*$" color11 default bold
|
||||
highlight article "^(Title|Date|Author):.*$" color11 default bold
|
||||
highlight article "https?://[^ ]+" color2 default underline
|
||||
highlight article "\\[[0-9]+\\]" color2 default bold
|
||||
highlight article "\\[image\\ [0-9]+\\]" color2 default bold
|
||||
highlight feedlist "^─.*$" color6 color6 bold
|
Loading…
Reference in New Issue
Block a user