From 9ece735a0ad9cb7bb70b4ae2ff6622b0a20b0291 Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Fri, 26 Dec 2025 03:25:10 +0100 Subject: [PATCH] Weechat and newsboat --- .gitignore | 3 +++ cli/dot-config/weechat/sec.conf | 2 +- home/dot-gitconfig | 4 +++- home/dot-newsboat/config | 25 ++++++++++++++++++++----- home/dot-newsboat/urls | 1 + home/dot-ssh/config | 4 ++++ 6 files changed, 32 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index b357c18..d0e708c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ # Ignore the yazi packages and only store the commit in the dotfiles /cli/dot-config/yazi/flavors /cli/dot-config/yazi/plugins + +# No database +home/dot-newsboat/cache.db diff --git a/cli/dot-config/weechat/sec.conf b/cli/dot-config/weechat/sec.conf index 6231a1b..481babb 100644 --- a/cli/dot-config/weechat/sec.conf +++ b/cli/dot-config/weechat/sec.conf @@ -17,4 +17,4 @@ salt = on [data] __passphrase__ = on -libera_password = "B0880AFBE996D9870D77AFB8160D7949A56A4903CDAFF670A8ED66232CCE98D5561BC45D60F7DBF9E974E63E5A9486234C3E32632366BDD1A81B" +libera_password = "DDE143470687466BB81366D42CA948C0AC4C4EDFD698EFD9AF97147F3D69C5B9C4E844C80C018C0274B955D8EBF80330844283A4FA2EEAD2AB3D" diff --git a/home/dot-gitconfig b/home/dot-gitconfig index 4fea187..554327d 100644 --- a/home/dot-gitconfig +++ b/home/dot-gitconfig @@ -34,6 +34,7 @@ smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true + [advice] mergeConflict = false @@ -42,7 +43,8 @@ smtpuser = jonashahn1@gmx.net smtpencryption = ssl smtpserverport = 465 - confirm = "always" + confirm = "never" + suppressCc = "all" [credential] helper = store diff --git a/home/dot-newsboat/config b/home/dot-newsboat/config index ff35877..9f6ccf1 100644 --- a/home/dot-newsboat/config +++ b/home/dot-newsboat/config @@ -1,13 +1,28 @@ # Rss reader newsboat - max-items 100 browser w3m show-read-feeds no -# Setting the theme -color info color255 color100 -color listfocus color255 color11 -color listfocus_unread color255 color11 +# Newsboat colour scheme to work with the Gruvbox palette +# Inspired by the vim theme https://github.com/morhetz/gruvbox +# Tested with the Kitty gruvbox terminal colour scheme +# 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 # Remember to change the browser here when changing the default browser diff --git a/home/dot-newsboat/urls b/home/dot-newsboat/urls index 5dac7e6..8d97e94 100644 --- a/home/dot-newsboat/urls +++ b/home/dot-newsboat/urls @@ -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/wissen/forschung/index~rss2.xml https://www.welt.de/feeds/latest.rss +https://git.sr.ht/~ascyii/HutTest/log/rss.xml diff --git a/home/dot-ssh/config b/home/dot-ssh/config index 070b5eb..39bcee9 100644 --- a/home/dot-ssh/config +++ b/home/dot-ssh/config @@ -13,6 +13,10 @@ Host harch User jonas IdentityFile ~/.ssh/id_amazon +Host git.sr.ht + Hostname git.sr.ht + User git + IdentityFile ~/.ssh/id_srht Host gitlab.gwdg.de HostName gitlab.gwdg.de