mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
Weechat and newsboat
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,6 @@
|
|||||||
# Ignore the yazi packages and only store the commit in the dotfiles
|
# Ignore the yazi packages and only store the commit in the dotfiles
|
||||||
/cli/dot-config/yazi/flavors
|
/cli/dot-config/yazi/flavors
|
||||||
/cli/dot-config/yazi/plugins
|
/cli/dot-config/yazi/plugins
|
||||||
|
|
||||||
|
# No database
|
||||||
|
home/dot-newsboat/cache.db
|
||||||
|
|||||||
@@ -17,4 +17,4 @@ salt = on
|
|||||||
|
|
||||||
[data]
|
[data]
|
||||||
__passphrase__ = on
|
__passphrase__ = on
|
||||||
libera_password = "B0880AFBE996D9870D77AFB8160D7949A56A4903CDAFF670A8ED66232CCE98D5561BC45D60F7DBF9E974E63E5A9486234C3E32632366BDD1A81B"
|
libera_password = "DDE143470687466BB81366D42CA948C0AC4C4EDFD698EFD9AF97147F3D69C5B9C4E844C80C018C0274B955D8EBF80330844283A4FA2EEAD2AB3D"
|
||||||
|
|||||||
@@ -34,6 +34,7 @@
|
|||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
|
|
||||||
[advice]
|
[advice]
|
||||||
mergeConflict = false
|
mergeConflict = false
|
||||||
|
|
||||||
@@ -42,7 +43,8 @@
|
|||||||
smtpuser = jonashahn1@gmx.net
|
smtpuser = jonashahn1@gmx.net
|
||||||
smtpencryption = ssl
|
smtpencryption = ssl
|
||||||
smtpserverport = 465
|
smtpserverport = 465
|
||||||
confirm = "always"
|
confirm = "never"
|
||||||
|
suppressCc = "all"
|
||||||
|
|
||||||
[credential]
|
[credential]
|
||||||
helper = store
|
helper = store
|
||||||
|
|||||||
@@ -1,13 +1,28 @@
|
|||||||
# Rss reader newsboat
|
# Rss reader newsboat
|
||||||
|
|
||||||
max-items 100
|
max-items 100
|
||||||
browser w3m
|
browser w3m
|
||||||
show-read-feeds no
|
show-read-feeds no
|
||||||
|
|
||||||
# Setting the theme
|
# Newsboat colour scheme to work with the Gruvbox palette
|
||||||
color info color255 color100
|
# Inspired by the vim theme https://github.com/morhetz/gruvbox
|
||||||
color listfocus color255 color11
|
# Tested with the Kitty gruvbox terminal colour scheme
|
||||||
color listfocus_unread color255 color11
|
# https://github.com/wdomitrz/kitty-gruvbox-theme
|
||||||
|
|
||||||
|
color background color223 color0
|
||||||
|
color listnormal color223 color0
|
||||||
|
color listnormal_unread color2 color0
|
||||||
|
color listfocus color223 color237
|
||||||
|
color listfocus_unread color223 color237
|
||||||
|
color info color75 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
|
||||||
|
|
||||||
# The prefix key is , so you have to press comma before any macros
|
# The prefix key is , so you have to press comma before any macros
|
||||||
# Remember to change the browser here when changing the default browser
|
# Remember to change the browser here when changing the default browser
|
||||||
|
|||||||
@@ -3,3 +3,4 @@ https://www.tagesschau.de/inland/regional/bremen/index~rss2.xml
|
|||||||
https://www.tagesschau.de/wirtschaft/weltwirtschaft/index~rss2.xml
|
https://www.tagesschau.de/wirtschaft/weltwirtschaft/index~rss2.xml
|
||||||
https://www.tagesschau.de/wissen/forschung/index~rss2.xml
|
https://www.tagesschau.de/wissen/forschung/index~rss2.xml
|
||||||
https://www.welt.de/feeds/latest.rss
|
https://www.welt.de/feeds/latest.rss
|
||||||
|
https://git.sr.ht/~ascyii/HutTest/log/rss.xml
|
||||||
|
|||||||
@@ -13,6 +13,10 @@ Host harch
|
|||||||
User jonas
|
User jonas
|
||||||
IdentityFile ~/.ssh/id_amazon
|
IdentityFile ~/.ssh/id_amazon
|
||||||
|
|
||||||
|
Host git.sr.ht
|
||||||
|
Hostname git.sr.ht
|
||||||
|
User git
|
||||||
|
IdentityFile ~/.ssh/id_srht
|
||||||
|
|
||||||
Host gitlab.gwdg.de
|
Host gitlab.gwdg.de
|
||||||
HostName gitlab.gwdg.de
|
HostName gitlab.gwdg.de
|
||||||
|
|||||||
Reference in New Issue
Block a user