diff options
| -rw-r--r-- | newsboat | 4 | ||||
| -rwxr-xr-x | rssfeeds (renamed from urls) | 8 | ||||
| -rwxr-xr-x | shenanigans.sh | 1 | ||||
| -rw-r--r-- | symlink.sh | 2 |
4 files changed, 1 insertions, 14 deletions
diff --git a/newsboat b/newsboat deleted file mode 100644 index 8ca311e..0000000 --- a/newsboat +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | reload-threads 100 | ||
| 2 | browser "brave-browser %u" | ||
| 3 | include /usr/share/doc/newsboat/contrib/colorschemes/gruvbox | ||
| 4 | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | "------------------------------------------- Blogs" | ||
| 2 | https://theorangeduck.com/feeds/pages Blogs "~Daniel Holden" | 1 | https://theorangeduck.com/feeds/pages Blogs "~Daniel Holden" |
| 3 | https://lwn.net/headlines/rss Blogs | 2 | https://lwn.net/headlines/rss Blogs |
| 4 | https://kristoff.it/index.xml Blogs | 3 | https://kristoff.it/index.xml Blogs |
| @@ -24,23 +23,16 @@ https://utcc.utoronto.ca/~cks/space/blog/?atom Blogs | |||
| 24 | https://neil.computer/rss/ Blogs | 23 | https://neil.computer/rss/ Blogs |
| 25 | https://matduggan.com/rss/ Blogs | 24 | https://matduggan.com/rss/ Blogs |
| 26 | https://michael.stapelberg.ch/feed.xml Blogs | 25 | https://michael.stapelberg.ch/feed.xml Blogs |
| 27 | # https://offbeatpursuit.com/blog/index.rss Blogs "~Offbeatpursuit - Blog" | ||
| 28 | # https://offbeatpursuit.com/paste/index.rss Blogs "~Offbeatpursuit - Paste" | ||
| 29 | # https://offbeatpursuit.com/notes/index.rss Blogs "~Offbeatpursuit - Notes" | ||
| 30 | https://journal.valeriansaliou.name/rss/ Blogs | 26 | https://journal.valeriansaliou.name/rss/ Blogs |
| 31 | https://www.duskborn.com/index.xml Blogs | 27 | https://www.duskborn.com/index.xml Blogs |
| 32 | https://mirzapandzo.com/rss.xml Blogs | 28 | https://mirzapandzo.com/rss.xml Blogs |
| 33 | https://mitjafelicijan.com/feed.xml Blogs | 29 | https://mitjafelicijan.com/feed.xml Blogs |
| 34 | |||
| 35 | "------------------------------------ Announcements" | ||
| 36 | https://harelang.org/index.xml Announcements | 30 | https://harelang.org/index.xml Announcements |
| 37 | https://emacsredux.com/atom.xml Announcements | 31 | https://emacsredux.com/atom.xml Announcements |
| 38 | https://crawl.develz.org/wordpress/feed Announcements | 32 | https://crawl.develz.org/wordpress/feed Announcements |
| 39 | https://go.dev/blog/feed.atom Announcements | 33 | https://go.dev/blog/feed.atom Announcements |
| 40 | https://blog.gtk.org/feed/ Announcements | 34 | https://blog.gtk.org/feed/ Announcements |
| 41 | https://github.com/helix-editor/helix/releases.atom Announcements | 35 | https://github.com/helix-editor/helix/releases.atom Announcements |
| 42 | |||
| 43 | "------------------------------------------- Videos" | ||
| 44 | https://www.youtube.com/feeds/videos.xml?channel_id=UC8DntJ-sBtgC-jA0yEjxqjw Videos | 36 | https://www.youtube.com/feeds/videos.xml?channel_id=UC8DntJ-sBtgC-jA0yEjxqjw Videos |
| 45 | https://www.youtube.com/feeds/videos.xml?channel_id=UCrqM0Ym_NbK1fqeQG2VIohg Videos | 37 | https://www.youtube.com/feeds/videos.xml?channel_id=UCrqM0Ym_NbK1fqeQG2VIohg Videos |
| 46 | https://www.youtube.com/feeds/videos.xml?channel_id=UCUzQJ3JBuQ9w-po4TXRJHiA Videos | 38 | https://www.youtube.com/feeds/videos.xml?channel_id=UCUzQJ3JBuQ9w-po4TXRJHiA Videos |
diff --git a/shenanigans.sh b/shenanigans.sh index 7a983df..f58c863 100755 --- a/shenanigans.sh +++ b/shenanigans.sh | |||
| @@ -34,6 +34,7 @@ alias grep='grep --color=always' | |||
| 34 | alias less='less -R' | 34 | alias less='less -R' |
| 35 | alias tmux='tmux -u' | 35 | alias tmux='tmux -u' |
| 36 | alias vi='vim' | 36 | alias vi='vim' |
| 37 | alias rss='newsraft -f ~/.dotfiles/rssfeeds' | ||
| 37 | alias server='python3 -m http.server 6969' | 38 | alias server='python3 -m http.server 6969' |
| 38 | 39 | ||
| 39 | # Custom folder jump commands. | 40 | # Custom folder jump commands. |
| @@ -1,7 +1,5 @@ | |||
| 1 | ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh | 1 | ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh |
| 2 | ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf | 2 | ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf |
| 3 | ln -s ~/.dotfiles/vimrc ~/.vimrc | 3 | ln -s ~/.dotfiles/vimrc ~/.vimrc |
| 4 | ln -s ~/.dotfiles/newsboat ~/.newsboat/config | ||
| 5 | ln -s ~/.dotfiles/urls ~/.newsboat/urls | ||
| 6 | ln -s ~/.dotfiles/i3config ~/.config/i3/config | 4 | ln -s ~/.dotfiles/i3config ~/.config/i3/config |
| 7 | 5 | ||
