aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.feeds.txt65
-rw-r--r--.gitignore2
-rw-r--r--.newsboat/config15
-rw-r--r--.newsboat/urls66
-rwxr-xr-x.shenanigans.sh1
-rw-r--r--.vimrc1
6 files changed, 67 insertions, 83 deletions
diff --git a/.feeds.txt b/.feeds.txt
new file mode 100644
index 0000000..e5e336b
--- /dev/null
+++ b/.feeds.txt
@@ -0,0 +1,65 @@
1https://theorangeduck.com/feeds/pages
2https://geohot.github.io/blog/feed.xml
3https://kristoff.it/index.xml
4https://www.computerenhance.com/feed
5https://tratt.net/laurie/news.rss
6https://willhbr.net/feed.xml
7https://andrewkelley.me/rss.xml
8https://beyondloom.com/blog/rss.xml
9https://thomashunter.name/feed.rss
10https://decuser.github.io/feed.xml
11https://til.simonwillison.net/tils/feed.atom
12https://www.andreinc.net/feed.xml
13https://voussoir.net/writing/writing.atom
14https://blog.regehr.org/feed
15https://richiejp.com/atom.xml
16https://szymonkaliski.com/feed.xml
17https://world.hey.com/dhh/feed.atom
18https://mitchellh.com/feed.xml
19https://matt-rickard.com/rss
20https://neil.computer/rss/
21https://matduggan.com/rss/
22https://michael.stapelberg.ch/feed.xml
23https://journal.valeriansaliou.name/rss/
24https://www.duskborn.com/index.xml
25https://mirzapandzo.com/rss.xml
26https://mitjafelicijan.com/feed.xml
27
28https://crawl.develz.org/wordpress/feed
29https://go.dev/blog/feed.atom
30https://github.com/raysan5/raylib/releases.atom
31https://github.com/doitsujin/dxvk/releases.atom
32https://github.com/papers-we-love/papers-we-love/commits.atom
33https://github.com/nothings/stb/commits.atom
34https://github.com/nicbarker/clay/releases.atom
35https://github.com/cc65/cc65/commits.atom
36
37https://feeds.buzzsprout.com/1501960.rss
38https://corecursive.libsyn.com/feed
39https://seradio.libsyn.com/rss
40http://feeds2.feedburner.com/JupiterBroadcasting
41
42https://www.youtube.com/feeds/videos.xml?channel_id=UCqmugCqELzhIMNYnsjScXXw
43https://www.youtube.com/feeds/videos.xml?channel_id=UCYO_jab_esuFRV4b17AJtAw
44https://www.youtube.com/feeds/videos.xml?channel_id=UCSju5G2aFaWMqn-_0YBtq5A
45https://www.youtube.com/feeds/videos.xml?channel_id=UCUSck1dOH7VKmG4lRW7tZXg
46https://www.youtube.com/feeds/videos.xml?channel_id=UCkK9UDm_ZNrq_rIXCz3xCGA
47https://www.youtube.com/feeds/videos.xml?channel_id=UCwgKmJM4ZJQRJ-U5NjvR2dg
48https://www.youtube.com/feeds/videos.xml?channel_id=UC8DntJ-sBtgC-jA0yEjxqjw
49https://www.youtube.com/feeds/videos.xml?channel_id=UCrqM0Ym_NbK1fqeQG2VIohg
50https://www.youtube.com/feeds/videos.xml?channel_id=UCUzQJ3JBuQ9w-po4TXRJHiA
51https://www.youtube.com/feeds/videos.xml?channel_id=UCUyeluBRhGPCW4rPe_UvBZQ
52https://www.youtube.com/feeds/videos.xml?channel_id=UCS0N5baNlQWJCUrhCEo8WlA
53https://www.youtube.com/feeds/videos.xml?channel_id=UCsBjURrPoezykLs9EqgamOA
54https://www.youtube.com/feeds/videos.xml?channel_id=UCaTznQhurW5AaiYPbhEA-KA
55https://www.youtube.com/feeds/videos.xml?channel_id=UCld68syR8Wi-GY_n4CaoJGA
56https://www.youtube.com/feeds/videos.xml?channel_id=UCXuqSBlHAE6Xw-yeJA0Tunw
57https://www.youtube.com/feeds/videos.xml?channel_id=UCVk4b-svNJoeytrrlOixebQ
58https://www.youtube.com/feeds/videos.xml?channel_id=UCNzszbnvQeFzObW0ghk0Ckw
59https://www.youtube.com/feeds/videos.xml?channel_id=UCAMu6Dso0ENoNm3sKpQsy0g
60https://www.youtube.com/feeds/videos.xml?channel_id=UC2DjFE7Xf11URZqWBigcVOQ
61https://www.youtube.com/feeds/videos.xml?channel_id=UCVls1GmFKf6WlTraIb_IaJg
62https://www.youtube.com/feeds/videos.xml?channel_id=UCTAfm-YD2M9xzvbYvRc5ttA
63https://www.youtube.com/feeds/videos.xml?channel_id=UC5--wS0Ljbin1TjWQX6eafA
64https://www.youtube.com/feeds/videos.xml?channel_id=UCmtyQOKKmrMVaKuRXz02jbQ
65https://www.youtube.com/feeds/videos.xml?channel_id=UCJetJ7nDNLlEzDLXv7KIo0w
diff --git a/.gitignore b/.gitignore
index 50ab822..e69de29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +0,0 @@
1.newsboat/cache.db*
2.newsboat/*.search
diff --git a/.newsboat/config b/.newsboat/config
deleted file mode 100644
index 1698508..0000000
--- a/.newsboat/config
+++ /dev/null
@@ -1,15 +0,0 @@
1reload-threads 100
2article-sort-order date-asc
3show-read-feeds no
4refresh-on-startup yes
5confirm-mark-all-feeds-read no
6confirm-mark-feed-read no
7browser "firefox --new-tab %u"
8
9highlight article "^(Feed):.*$" yellow default
10highlight article "^(Title):.*$" yellow default
11highlight article "^(Date):.*$" yellow default
12highlight article "^(Author):.*$" yellow default
13highlight article "^(Link):.*$" yellow default
14highlight article "https?://[^ ]+" cyan default
15highlight article "\\[[0-9][0-9]*\\]" cyan default
diff --git a/.newsboat/urls b/.newsboat/urls
deleted file mode 100644
index a8ea917..0000000
--- a/.newsboat/urls
+++ /dev/null
@@ -1,66 +0,0 @@
1https://theorangeduck.com/feeds/pages blog
2https://geohot.github.io/blog/feed.xml blog
3https://lwn.net/headlines/rss blog
4https://kristoff.it/index.xml blog
5https://www.computerenhance.com/feed blog
6https://tratt.net/laurie/news.rss blog
7https://willhbr.net/feed.xml blog
8https://andrewkelley.me/rss.xml blog
9https://beyondloom.com/blog/rss.xml blog
10https://thomashunter.name/feed.rss blog
11https://decuser.github.io/feed.xml blog
12https://simonwillison.net/atom/entries/ blog
13https://til.simonwillison.net/tils/feed.atom blog
14https://www.andreinc.net/feed.xml blog
15https://voussoir.net/writing/writing.atom blog
16https://blog.regehr.org/feed blog
17https://richiejp.com/atom.xml blog
18https://szymonkaliski.com/feed.xml blog
19https://world.hey.com/dhh/feed.atom blog
20https://mitchellh.com/feed.xml blog
21https://matt-rickard.com/rss blog
22https://neil.computer/rss/ blog
23https://matduggan.com/rss/ blog
24https://michael.stapelberg.ch/feed.xml blog
25https://journal.valeriansaliou.name/rss/ blog
26https://www.duskborn.com/index.xml blog
27https://mirzapandzo.com/rss.xml blog
28https://mitjafelicijan.com/feed.xml blog
29https://offbeatpursuit.com/blog/index.rss "~Offbeatpursuit blog" blog
30https://offbeatpursuit.com/notes/index.rss "~Offbeatpursuit notes" blog
31https://offbeatpursuit.com/paste/index.rss "~Offbeatpursuit paste" blog
32
33https://crawl.develz.org/wordpress/feed releases
34https://go.dev/blog/feed.atom releases
35https://github.com/raysan5/raylib/releases.atom releases
36https://github.com/ggml-org/llama.cpp/releases.atom releases
37https://github.com/doitsujin/dxvk/releases.atom releases
38https://github.com/papers-we-love/papers-we-love/commits.atom releases
39https://github.com/nothings/stb/commits.atom releases
40https://github.com/nicbarker/clay/releases.atom releases
41https://github.com/cc65/cc65/commits.atom releases
42
43https://www.youtube.com/feeds/videos.xml?channel_id=UCqmugCqELzhIMNYnsjScXXw media
44https://www.youtube.com/feeds/videos.xml?channel_id=UCYO_jab_esuFRV4b17AJtAw media
45https://www.youtube.com/feeds/videos.xml?channel_id=UCSju5G2aFaWMqn-_0YBtq5A media
46https://www.youtube.com/feeds/videos.xml?channel_id=UCUSck1dOH7VKmG4lRW7tZXg media
47https://www.youtube.com/feeds/videos.xml?channel_id=UCkK9UDm_ZNrq_rIXCz3xCGA media
48https://www.youtube.com/feeds/videos.xml?channel_id=UCwgKmJM4ZJQRJ-U5NjvR2dg media
49https://www.youtube.com/feeds/videos.xml?channel_id=UC8DntJ-sBtgC-jA0yEjxqjw media
50https://www.youtube.com/feeds/videos.xml?channel_id=UCrqM0Ym_NbK1fqeQG2VIohg media
51https://www.youtube.com/feeds/videos.xml?channel_id=UCUzQJ3JBuQ9w-po4TXRJHiA media
52https://www.youtube.com/feeds/videos.xml?channel_id=UCUyeluBRhGPCW4rPe_UvBZQ media
53https://www.youtube.com/feeds/videos.xml?channel_id=UCS0N5baNlQWJCUrhCEo8WlA media
54https://www.youtube.com/feeds/videos.xml?channel_id=UCsBjURrPoezykLs9EqgamOA media
55https://www.youtube.com/feeds/videos.xml?channel_id=UCaTznQhurW5AaiYPbhEA-KA media
56https://www.youtube.com/feeds/videos.xml?channel_id=UCld68syR8Wi-GY_n4CaoJGA media
57https://www.youtube.com/feeds/videos.xml?channel_id=UCXuqSBlHAE6Xw-yeJA0Tunw media
58https://www.youtube.com/feeds/videos.xml?channel_id=UCVk4b-svNJoeytrrlOixebQ media
59https://www.youtube.com/feeds/videos.xml?channel_id=UCNzszbnvQeFzObW0ghk0Ckw media
60https://www.youtube.com/feeds/videos.xml?channel_id=UCAMu6Dso0ENoNm3sKpQsy0g media
61https://www.youtube.com/feeds/videos.xml?channel_id=UC2DjFE7Xf11URZqWBigcVOQ media
62https://www.youtube.com/feeds/videos.xml?channel_id=UCVls1GmFKf6WlTraIb_IaJg media
63https://www.youtube.com/feeds/videos.xml?channel_id=UCTAfm-YD2M9xzvbYvRc5ttA media
64https://www.youtube.com/feeds/videos.xml?channel_id=UC5--wS0Ljbin1TjWQX6eafA media
65https://www.youtube.com/feeds/videos.xml?channel_id=UCmtyQOKKmrMVaKuRXz02jbQ media
66https://www.youtube.com/feeds/videos.xml?channel_id=UCJetJ7nDNLlEzDLXv7KIo0w media
diff --git a/.shenanigans.sh b/.shenanigans.sh
index 1a213a9..17e6bba 100755
--- a/.shenanigans.sh
+++ b/.shenanigans.sh
@@ -38,6 +38,7 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then
38 alias vi='vim' 38 alias vi='vim'
39 alias server='python3 -m http.server 6969' 39 alias server='python3 -m http.server 6969'
40 alias gg='lazygit' 40 alias gg='lazygit'
41 alias newsbarge='newsbarge -feed-file=/home/m/.feeds.txt -out-dir=/home/m/Downloads -days-span=14'
41 42
42 # Custom folder jump commands. 43 # Custom folder jump commands.
43 alias p='cd ~/Vault/projects' 44 alias p='cd ~/Vault/projects'
diff --git a/.vimrc b/.vimrc
index 434faad..35a1b4b 100644
--- a/.vimrc
+++ b/.vimrc
@@ -5,6 +5,7 @@ call plug#begin()
5 Plug 'ctrlpvim/ctrlp.vim' 5 Plug 'ctrlpvim/ctrlp.vim'
6 Plug 'dense-analysis/ale' 6 Plug 'dense-analysis/ale'
7 Plug 'mitjafelicijan/sherbet' 7 Plug 'mitjafelicijan/sherbet'
8 Plug 'mzlogin/vim-markdown-toc'
8call plug#end() 9call plug#end()
9 10
10colorscheme sherbet 11colorscheme sherbet