dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit b3435f548455ec1490b5a82c8b5b113f4fd78c17
parent 8611977c4de9f7ca742bead2c8fc89438e1543b3
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  5 Apr 2019 12:15:23 +0200

Add fingerprint to signature, update feeds, sync music

Diffstat:
M.config/newsboat/urls | 4+++-
M.signature | 1+
Mbin/sync-music-ad-server.sh | 2+-
3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.config/newsboat/urls b/.config/newsboat/urls @@ -19,7 +19,9 @@ http://phillipreeve.net/blog/feed/ photo "~photo: Phillip Reeve" http://filmlabapp.com/feed.xml photo "~photo: Film Lab" https://www.darktable.org/feed/blog.rss.xml photo tech "~photo: Darktable Blog" https://www.darktable.org/feed/news.rss.xml photo tech "~photo: Darktable News" - + +http://geo.au.dk/rss.xml?element=203201 research "~research: geo.au.dk: Nyheder" +http://geo.au.dk/rss.xml?element=203202 research "~research: geo.au.dk: Arrangementer" http://www.nature.com/nature/current_issue/rss/ research "~research: Nature" http://www.journals.elsevier.com/computers-and-geosciences/rss/ research "~research: Computers and Geosciences" http://rss.sciencedirect.com/publication/science/0012821X research "~research: Earth and Planetary Science Letters" diff --git a/.signature b/.signature @@ -3,3 +3,4 @@ Anders Damsgaard Academia: https://adamsgaard.dk Photography: https://andersdamsgaard.com PGP public key: https://adamsgaard.dk/ad-public-key.txt +PGP key fingerprint: 5C95 9DF2 43CE 4DD1 7A5B 2610 B790 F4AD 1BF8 58FE diff --git a/bin/sync-music-ad-server.sh b/bin/sync-music-ad-server.sh @@ -7,7 +7,7 @@ else fi echo "syncing new music to $host" -rsync -rav --progress --delete -e "ssh -p 12344" "$musicdir" $host +rsync -rav --progress -e "ssh -p 12344" "$musicdir" $host #echo "syncing new music from $host" #rsync -rav --progress -e "ssh -p 12344" $host "$musicdir"