Updating media related urls. - dotfiles - These are my dotfiles. There are many like it, but these are mine.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 58414aeee16c5b89b06b5437a4bcb346041c830b
(DIR) parent 32b675556c1cd22bdce05d35ef570573bb39cbca
(HTM) Author: Jay Scott <me@jay.scot>
Date: Wed, 20 Sep 2023 20:54:18 +0100
Updating media related urls.
Diffstat:
M castgetrc | 4 ----
M git/config | 2 +-
M newsboat/urls | 11 ++++++++---
M vimrc | 15 ---------------
4 files changed, 9 insertions(+), 23 deletions(-)
---
(DIR) diff --git a/castgetrc b/castgetrc
@@ -23,10 +23,6 @@ spool=/home/jay/media/podcasts/commandlineheroes
url=http://hackerpublicradio.org/hpr_rss.php
spool=/home/jay/media/podcasts/hacker-public-radio
-[tilde-town]
-url=https://tilde.town/~dozens/podcast/rss.xml
-spool=/home/jay/media/podcasts/tilde-town
-
[ask-noah]
url=https://feeds.fireside.fm/asknoah/rss
spool=/home/jay/media/podcasts/ask-noah
(DIR) diff --git a/git/config b/git/config
@@ -5,7 +5,7 @@
[commit]
gpgSign = true
[pull]
- rebase = false
+ rebase = true
[sendemail]
annotate = yes
smtpserver = smtp.mailbox.org
(DIR) diff --git a/newsboat/urls b/newsboat/urls
@@ -8,12 +8,20 @@
"query:│ ├─ Gemini:tags # \"gemini\""
"query:│ ├─ Podcast:tags # \"podcast\""
"query:│ ├─ Videos:tags # \"youtube\""
+"query:│ ├─ Misc:tags # \"misc\""
# LINUX
https://tilde.news/newest.rss ! "~Tilde News" linux
https://lwn.net/headlines/rss ! "~LWN" linux
https://rss.slashdot.org/Slashdot/slashdotMain ! "~Slashdot" linux
+# MISC
+https://old.reddit.com/r/dumbphones/.rss ! "~R Dumbphones" misc
+https://old.reddit.com/r/aberdeen/.rss ! "~R Aberdeen" misc
+https://old.reddit.com/r/preppers/.rss ! "~R Preppers" misc
+https://old.reddit.com/r/preppersuk/.rss ! "~R Preppers UK" misc
+https://old.reddit.com/r/ukbike/.rss ! "~R UKBike" misc
+
# MEDIA
https://showrss.info/other/all.rss ! "~TV Torrents" media
@@ -34,7 +42,6 @@ https://drewdevault.com/blog/index.xml ! "~Drew DeVault" people
http://joeyh.name/blog/index.rss ! "~Joey H" people
https://unixsheikh.com/feed.rss ! "~Unix Sheikh" people
https://www.uninformativ.de/blog/feeds/en.atom ! "~Uninformativ" people
-https://aliquote.org/index.xml ! "~Ali Quote" people
# GEMINI
"exec:gemget tilde.team/~tomasino/atom.xml --output -" ! "~tomasino@tilde.team" gemini
@@ -74,7 +81,6 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCl7mAGnY4jh4Ps8rhhh8XZg ! y
https://www.youtube.com/feeds/videos.xml?channel_id=UCpXwMqnXfJzazKS5fJ8nrVw ! youtube # Shiey
https://www.youtube.com/feeds/videos.xml?channel_id=UCWm__g4cPmX-umorqM8VfWw ! youtube # LukeDamant
https://www.youtube.com/feeds/videos.xml?channel_id=UCO8MMsO_XRjO7X4iGCuKdwg ! youtube # Vagabond
-https://www.youtube.com/feeds/videos.xml?channel_id=UCeKshd39k29Ipg9sWVaU3-Q ! youtube # thesalukie
https://www.youtube.com/feeds/videos.xml?channel_id=UCpiWxsm9Gt_HK7d-jqkU4MA ! youtube # Daly Life Outdoors
https://www.youtube.com/feeds/videos.xml?channel_id=UCPqdx8N99fs4IDoK_XA1aew ! youtube # English Woodsman
https://www.youtube.com/feeds/videos.xml?channel_id=UCI3mQP0kLxdZKhNtcHhExyA ! youtube # Paul Messer
@@ -82,7 +88,6 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCdVEfdWcNwL5jWmwaNWEf1Q ! y
https://www.youtube.com/feeds/videos.xml?channel_id=UC2O6HDtMOZf9FkUAepz9Atg ! youtube # Noel Phillips
https://www.youtube.com/feeds/videos.xml?channel_id=UCdQ3VoDGjjl3NsfB3V0mPng ! youtube # clawd00d
https://www.youtube.com/feeds/videos.xml?channel_id=UCpNBjjE8y8eFPhDU4YzYmKA ! youtube # Quin69
-https://www.youtube.com/feeds/videos.xml?channel_id=UCs2Kaw3Soa63cJq3H0VA7og ! youtube # rwxrob
https://www.youtube.com/feeds/videos.xml?channel_id=UCHugE6eRhqB9_AZQh4DDbIw ! youtube # Jupiter Broadcasting
https://www.youtube.com/feeds/videos.xml?channel_id=UC5UAwBUum7CPN5buc-_N1Fw ! youtube # Linux Experiment
https://www.youtube.com/feeds/videos.xml?channel_id=UCf-5nkCm0Mldj5xwq8wca_g ! youtube # JokerTV
(DIR) diff --git a/vimrc b/vimrc
@@ -65,21 +65,6 @@ Plug 'dense-analysis/ale'
let g:ale_sign_column_always = 1
-Plug 'fatih/vim-go'
- autocmd FileType go nmap <leader>b <Plug>(go-build)
- autocmd FileType go nmap <leader>r <Plug>(go-run)
- autocmd FileType go nmap <leader>t <Plug>(go-test)
- autocmd BufNewFile,BufRead *.go setlocal noexpandtab tabstop=4 shiftwidth=4
- map <C-n> :cnext<CR>
- map <C-m> :cprevious<CR>
- nnoremap <leader>a :cclose<CR>
-
- let g:go_list_type = "quickfix"
- let g:go_highlight_types = 1
- let g:go_highlight_function_calls = 1
- let g:go_metalinter_autosave = 1
- let g:go_fmt_autosave = 1
-
call plug#end()
filetype plugin indent on