aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newsboat4
-rwxr-xr-xrssfeeds (renamed from urls)8
-rwxr-xr-xshenanigans.sh1
-rw-r--r--symlink.sh2
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 @@
1reload-threads 100
2browser "brave-browser %u"
3include /usr/share/doc/newsboat/contrib/colorschemes/gruvbox
4
diff --git a/urls b/rssfeeds
index 7bf01ef..9de1a02 100755
--- a/urls
+++ b/rssfeeds
@@ -1,4 +1,3 @@
1"------------------------------------------- Blogs"
2https://theorangeduck.com/feeds/pages Blogs "~Daniel Holden" 1https://theorangeduck.com/feeds/pages Blogs "~Daniel Holden"
3https://lwn.net/headlines/rss Blogs 2https://lwn.net/headlines/rss Blogs
4https://kristoff.it/index.xml Blogs 3https://kristoff.it/index.xml Blogs
@@ -24,23 +23,16 @@ https://utcc.utoronto.ca/~cks/space/blog/?atom Blogs
24https://neil.computer/rss/ Blogs 23https://neil.computer/rss/ Blogs
25https://matduggan.com/rss/ Blogs 24https://matduggan.com/rss/ Blogs
26https://michael.stapelberg.ch/feed.xml Blogs 25https://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"
30https://journal.valeriansaliou.name/rss/ Blogs 26https://journal.valeriansaliou.name/rss/ Blogs
31https://www.duskborn.com/index.xml Blogs 27https://www.duskborn.com/index.xml Blogs
32https://mirzapandzo.com/rss.xml Blogs 28https://mirzapandzo.com/rss.xml Blogs
33https://mitjafelicijan.com/feed.xml Blogs 29https://mitjafelicijan.com/feed.xml Blogs
34
35"------------------------------------ Announcements"
36https://harelang.org/index.xml Announcements 30https://harelang.org/index.xml Announcements
37https://emacsredux.com/atom.xml Announcements 31https://emacsredux.com/atom.xml Announcements
38https://crawl.develz.org/wordpress/feed Announcements 32https://crawl.develz.org/wordpress/feed Announcements
39https://go.dev/blog/feed.atom Announcements 33https://go.dev/blog/feed.atom Announcements
40https://blog.gtk.org/feed/ Announcements 34https://blog.gtk.org/feed/ Announcements
41https://github.com/helix-editor/helix/releases.atom Announcements 35https://github.com/helix-editor/helix/releases.atom Announcements
42
43"------------------------------------------- Videos"
44https://www.youtube.com/feeds/videos.xml?channel_id=UC8DntJ-sBtgC-jA0yEjxqjw Videos 36https://www.youtube.com/feeds/videos.xml?channel_id=UC8DntJ-sBtgC-jA0yEjxqjw Videos
45https://www.youtube.com/feeds/videos.xml?channel_id=UCrqM0Ym_NbK1fqeQG2VIohg Videos 37https://www.youtube.com/feeds/videos.xml?channel_id=UCrqM0Ym_NbK1fqeQG2VIohg Videos
46https://www.youtube.com/feeds/videos.xml?channel_id=UCUzQJ3JBuQ9w-po4TXRJHiA Videos 38https://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'
34alias less='less -R' 34alias less='less -R'
35alias tmux='tmux -u' 35alias tmux='tmux -u'
36alias vi='vim' 36alias vi='vim'
37alias rss='newsraft -f ~/.dotfiles/rssfeeds'
37alias server='python3 -m http.server 6969' 38alias server='python3 -m http.server 6969'
38 39
39# Custom folder jump commands. 40# Custom folder jump commands.
diff --git a/symlink.sh b/symlink.sh
index 7268e79..12d01fd 100644
--- a/symlink.sh
+++ b/symlink.sh
@@ -1,7 +1,5 @@
1ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh 1ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh
2ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf 2ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf
3ln -s ~/.dotfiles/vimrc ~/.vimrc 3ln -s ~/.dotfiles/vimrc ~/.vimrc
4ln -s ~/.dotfiles/newsboat ~/.newsboat/config
5ln -s ~/.dotfiles/urls ~/.newsboat/urls
6ln -s ~/.dotfiles/i3config ~/.config/i3/config 4ln -s ~/.dotfiles/i3config ~/.config/i3/config
7 5