commit 918332b4adc66da047c8be8189b5539299f50c43
parent cbc2ecf282ea445aa20bf30b4a06e8772457fe14
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 26 Jul 2019 11:22:18 +0200
Update feeds
Diffstat:
4 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/.config/newsboat/urls b/.config/newsboat/urls
@@ -104,6 +104,11 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCcTt3O4_IW5gnA0c58eXshg you
https://www.youtube.com/feeds/videos.xml?channel_id=UCf98WFQLzORUfCinbycwXXQ youtube tech "~youtube: Play with Junk"
https://www.youtube.com/feeds/videos.xml?channel_id=UChWv6Pn_zP0rI6lgGt3MyfA youtube tech "~youtube: arduinoversusevil"
https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA youtube tech "~youtube: Luke Smith"
+https://www.youtube.com/feeds/videos.xml?channel_id=UCkK9UDm_ZNrq_rIXCz3xCGA youtube tech "~youtube: BryanLunduke"
+https://www.youtube.com/feeds/videos.xml?channel_id=UCHugE6eRhqB9_AZQh4DDbIw youtube tech "~youtube: jupiterbroadcasting"
+https://www.youtube.com/feeds/videos.xml?channel_id=UC4w1YQAJMWOz4qtxinq55LQ youtube tech "~youtube: teksyndicate"
+https://www.youtube.com/feeds/videos.xml?channel_id=UC0A3ldncnGQ1M_RU2Wb4L2A youtube tech "~youtube: quidsup"
+https://www.youtube.com/feeds/videos.xml?channel_id=UCTfabOKD7Yty6sDF4POBVqA youtube tech "~youtube: BadEditPro"
https://www.youtube.com/feeds/videos.xml?channel_id=UCwmhwNhFOgCpwQZ4hdWQ7EQ youtube photo "~youtube: James Stevenson"
https://www.youtube.com/feeds/videos.xml?channel_id=UCHyPdxeP9Ww0y_bMgeP1jxw youtube photo "~youtube: Lena Bessonova"
diff --git a/.config/vis/visrc.lua b/.config/vis/visrc.lua
@@ -90,11 +90,11 @@ vis.events.subscribe(vis.events.INIT, function()
vis:map(vis.modes.NORMAL, leader..'w', ':w<Enter>')
vis:map(vis.modes.NORMAL, leader..'W', function()
vis:command(':w')
- -- vis:command(':!fmt -w 80 $vis_filepath > /tmp/fmttmp && '..
- -- 'mv /tmp/fmttmp $vis_filepath')
- vis:command(':!PARINIT=\'rTbgqR B=.,?_A_a Q=_s>|\' '..
- 'cat $vis_filepath | par > /tmp/fmttmp && '..
+ vis:command(':!fmt -w 80 $vis_filepath > /tmp/fmttmp && '..
'mv /tmp/fmttmp $vis_filepath')
+ -- vis:command(':!PARINIT=\'rTbgqR B=.,?_A_a Q=_s>|\' '..
+ -- 'cat $vis_filepath | par > /tmp/fmttmp && '..
+ -- 'mv /tmp/fmttmp $vis_filepath')
vis:command(':e')
end)
vis:map(vis.modes.NORMAL, leader..'x', ':wq<Enter>')
diff --git a/.local/bin/sync-adamsgaard.dk.sh b/.local/bin/sync-adamsgaard.dk.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+host=adamsgaard.dk:/var/www/html
+localdir="$HOME/code/adamsgaard.dk"
+
+echo "syncing new content to $host"
+rsync -rav --progress -e "ssh -p 12346" "$localdir"/* "$host"/
+
+echo "syncing new content from $host"
+rsync -rav --progress -e "ssh -p 12346" "$host"/* "$localdir"/
diff --git a/.w3m/bookmark.html b/.w3m/bookmark.html
@@ -42,6 +42,7 @@
<ul>
<li><a href="https://duckduckgo.com/lite/">DuckDuckGo (https)</a>
<li><a href="https://en.wikipedia.org/wiki/Main_Page">Wikipedia (EN) Main Page</a>
+<li><a href="https://en.wikipedia.org/wiki/Wikipedia:Vital_articles">Wikipedia (EN) Vital Articles</a>
<li><a href="https://wiki.archlinux.org/index.php">Arch Wiki</a>
<!--End of section (do not delete this comment)-->
</ul>