diff options
author | luxagraf <sng@luxagraf.net> | 2025-04-08 19:41:03 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2025-04-08 19:41:03 -0500 |
commit | 512d60627d655aab3acf5675065d059509e0c310 (patch) | |
tree | a2665da0b223c17af1d0484ad061aa55dc578a9e | |
parent | fe3a8bdc1c87152f3ea94c5fd561f95576e25485 (diff) |
added last of new stuff from linux
-rw-r--r-- | .config/espanso/match/base.yml | 2 | ||||
-rw-r--r-- | .config/newsboat/config | 8 | ||||
-rw-r--r-- | .config/newsboat/urls | 5 | ||||
-rw-r--r-- | .jrnl2.rc | 4 |
4 files changed, 12 insertions, 7 deletions
diff --git a/.config/espanso/match/base.yml b/.config/espanso/match/base.yml index 477e1a3..954a3a6 100644 --- a/.config/espanso/match/base.yml +++ b/.config/espanso/match/base.yml @@ -28,7 +28,7 @@ matches: replace: "https://wired.com/gallery/best-camping-stoves" - trigger: ":ship" - replace: "Scott Gilbertson\nYellow Cabin\n78800 Bodin Rd\nWashburn WI 54891\n706 438 4297" + replace: "Scott Gilbertson\n78800 Bodin Rd\nYellow Cabin\nWashburn WI 54891\n706 438 4297" - trigger: ":sig" replace: "cheers\nScott Gilbertson\n--\n<sng@luxagraf.net>\n<scott_gilbertson@wired.com>\n<https://www.wired.com/author/scott-gilbertson/>" - trigger: ":box" diff --git a/.config/newsboat/config b/.config/newsboat/config index 3094a02..c4342ff 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -7,10 +7,10 @@ text-width 80 #ttrss-mode "multi" #ttrss-login "admin" #ttrss-password "hyperrealtranslinguis@34zaq" -#urls-source "miniflux" -#miniflux-url "https://rss.luxagraf.net/" -#miniflux-login "luxagraf" -#miniflux-password "tryptaminevfr$32" +urls-source "miniflux" +miniflux-url "https://rss.luxagraf.net/" +miniflux-login "luxagraf" +miniflux-password "tryptaminevfr$32" save-path ~/notes/saved-articles/ diff --git a/.config/newsboat/urls b/.config/newsboat/urls index 7d70e8c..428ace1 100644 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -59,3 +59,8 @@ https://www.sannavaara.com/blogi/category/in+english?format=rss https://www.benstaley.com/journal?format=rss # RAW society https://www.youtube.com/feeds/videos.xml?channel_id=UCaz5--IySuD9sTzkMgO_hoQ +# bikepacking +https://www.seasurfdirt.com/feed/ +https://stilloutriding.com/feed/ +https://montanasvacias.com/feed/ +https://joecruz.wordpress.com/feed/ @@ -1,5 +1,5 @@ declare -A JOURNALS=( - ['default']="$HOME/notes/jrnl.txt" + ['default']="$HOME/Notes/jrnl.txt" ['wired']="$HOME/wired/notes.txt" - ['log']="$HOME/notes/log.txt" + ['log']="$HOME/Notes/log.txt" ) |