diff --git a/.newsboat/.gitignore b/.newsboat/.gitignore new file mode 100644 index 0000000..be8efad --- /dev/null +++ b/.newsboat/.gitignore @@ -0,0 +1 @@ +cache.db diff --git a/.newsboat/alias.sh b/.newsboat/alias.sh new file mode 100644 index 0000000..86bfc9a --- /dev/null +++ b/.newsboat/alias.sh @@ -0,0 +1,5 @@ +nb="~/.newsboat" + +alias nb="newsboat" +alias nbn="newsboat -u $nb/urls-news-pipe" +alias nbf="newsboat -u $nb/urls-friends" diff --git a/.newsboat/config b/.newsboat/config index 63a68a6..a5a268a 100644 --- a/.newsboat/config +++ b/.newsboat/config @@ -9,4 +9,4 @@ bind-key j down bind-key h quit bind-key l open -browser "qutebrowser %u" +browser "firefox %u &" diff --git a/.newsboat/urls b/.newsboat/urls index 221e260..a6ecdd0 100644 --- a/.newsboat/urls +++ b/.newsboat/urls @@ -1,22 +1,27 @@ http://100r.co/links/rss.xml -https://adichandra.in/feed/ https://diziet.dreamwidth.org/data/rss https://drewdevault.com/blog/index.xml -https://blog.oliverbooth.dev/feed +https://dynomight.substack.com/feed https://esoteric.codes/rss https://garry.blog/feed https://hadarford.blogspot.com/rss.xml +https://hnrss.org/frontpage https://idlewords.com/index.xml https://ktyl.dev/blog/index.xml https://lord.re/posts/index.xml -https://www.nasaspaceflight.com/feed/ +https://maggieappleton.com/rss.xml +https://myst.rs/blog/feed.xml https://nasablueberry.com/feed/ -https://phys.org/rss-feed/breaking/space-news +https://ploum.net/atom_en.xml +https://ploum.net/atom_fr.xml https://qntm.org/rss.php?blog https://qntm.org/rss.php?fiction -https://reese.ovine.xyz/feed.rss https://solar.lowtechmagazine.com/feeds/all-en.atom.xml -https://sauce.pizzawednes.day/kayomn.rss +https://solar.lowtechmagazine.com/feeds/all-fr.atom.xml https://suckless.org/atom.xml -https://thequietus.com/feed +https://www.swyx.io/rss.xml +https://www.webtoons.com/en/challenge/legends-of-amora/rss?title_no=654453 +https://www.webtoons.com/en/challenge/weeb-vs-jock/rss?title_no=908903 +https://thevelocollective.com/feed https://xkcd.com/rss.xml + diff --git a/.newsboat/urls-friends b/.newsboat/urls-friends new file mode 100644 index 0000000..2546d0a --- /dev/null +++ b/.newsboat/urls-friends @@ -0,0 +1,5 @@ +https://adichandra.in/feed/ +https://alvinpab.com/rss.xml +https://billyeatcookies.github.io/feed +https://blog.oliverbooth.dev/feed +https://reese.ovine.xyz/feed.rss diff --git a/.newsboat/urls-news-pipe b/.newsboat/urls-news-pipe new file mode 100644 index 0000000..3ff1bea --- /dev/null +++ b/.newsboat/urls-news-pipe @@ -0,0 +1,3 @@ +https://www.nasaspaceflight.com/feed/ +https://phys.org/rss-feed/breaking/space-news +https://thequietus.com/feed diff --git a/.newsboat/urls-yt b/.newsboat/urls-yt new file mode 100644 index 0000000..881067f --- /dev/null +++ b/.newsboat/urls-yt @@ -0,0 +1,8 @@ +https://www.youtube.com/feeds/videos.xml?channel_id=UCj74rJ9Lgl3WTngq675wxKg +https://www.youtube.com/feeds/videos.xml?channel_id=UCxzC4EngIsMrPmbm6Nxvb-A +https://www.youtube.com/feeds/videos.xml?channel_id=UCcHuNKYzVMc06FXqsBEAV3A +https://www.youtube.com/feeds/videos.xml?channel_id=UCBa659QWEk1AI4Tg--mrJ2A +https://www.youtube.com/feeds/videos.xml?channel_id=UCu6mSoMNzHQiBIOCkHUa2Aw +https://www.youtube.com/feeds/videos.xml?channel_id=UCNLRcEn78Vc62C3GkMvBgtA +https://www.youtube.com/feeds/videos.xml?channel_id=UC0intLFzLaudFG-xAvUEO-A + diff --git a/.zsh_aliases b/.zsh_aliases index fab6392..1a4b7ee 100644 --- a/.zsh_aliases +++ b/.zsh_aliases @@ -5,7 +5,7 @@ alias dot="/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME" alias f=fff alias icat="kitty +kitten icat" alias key="$SCRIPTS/sshkey.sh" -alias nb="newsboat" +source "$HOME/.newsboat/alias.sh" alias nf="neofetch" alias o=xdg-open alias p="ping archlinux.org"