Introduction
Introduction Statistics Contact Development Disclaimer Help
Updating media related urls. - dotfiles - These are my dotfiles. There are many…
Log
Files
Refs
README
---
commit 58414aeee16c5b89b06b5437a4bcb346041c830b
parent 32b675556c1cd22bdce05d35ef570573bb39cbca
Author: Jay Scott <[email protected]>
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(-)
---
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
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
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" peop…
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 -" ! "[email protected]…
@@ -74,7 +81,6 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCl7mAGnY…
https://www.youtube.com/feeds/videos.xml?channel_id=UCpXwMqnXfJzazKS5fJ8nrVw !…
https://www.youtube.com/feeds/videos.xml?channel_id=UCWm__g4cPmX-umorqM8VfWw !…
https://www.youtube.com/feeds/videos.xml?channel_id=UCO8MMsO_XRjO7X4iGCuKdwg !…
-https://www.youtube.com/feeds/videos.xml?channel_id=UCeKshd39k29Ipg9sWVaU3-Q !…
https://www.youtube.com/feeds/videos.xml?channel_id=UCpiWxsm9Gt_HK7d-jqkU4MA !…
https://www.youtube.com/feeds/videos.xml?channel_id=UCPqdx8N99fs4IDoK_XA1aew !…
https://www.youtube.com/feeds/videos.xml?channel_id=UCI3mQP0kLxdZKhNtcHhExyA !…
@@ -82,7 +88,6 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCdVEfdWc…
https://www.youtube.com/feeds/videos.xml?channel_id=UC2O6HDtMOZf9FkUAepz9Atg !…
https://www.youtube.com/feeds/videos.xml?channel_id=UCdQ3VoDGjjl3NsfB3V0mPng !…
https://www.youtube.com/feeds/videos.xml?channel_id=UCpNBjjE8y8eFPhDU4YzYmKA !…
-https://www.youtube.com/feeds/videos.xml?channel_id=UCs2Kaw3Soa63cJq3H0VA7og !…
https://www.youtube.com/feeds/videos.xml?channel_id=UCHugE6eRhqB9_AZQh4DDbIw !…
https://www.youtube.com/feeds/videos.xml?channel_id=UC5UAwBUum7CPN5buc-_N1Fw !…
https://www.youtube.com/feeds/videos.xml?channel_id=UCf-5nkCm0Mldj5xwq8wca_g !…
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 shiftwi…
- 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
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.