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 9cb74bacf88c64e68de9abdbaa115ecb04cc6f21
parent c6a793967fe88bd5dfa679b8f39b19d40718448b
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Wed,  3 Jan 2018 20:45:36 -0500

Add more bookmarks and change photo drive backup to SUSAN

Diffstat:
Mlinks/.w3m/bookmark.html | 24++++++++++++++++++++++++
Mlinks/bin/photo-drive-sync.sh | 2+-
2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/links/.w3m/bookmark.html b/links/.w3m/bookmark.html @@ -40,6 +40,30 @@ <li><a href="https://github.com/anders-dc">Github/anders-dc</a> <li><a href="https://github.com/anders-dc/dotfiles">Github/anders-dc/dotfiles</a> <li><a href="https://github.com/anders-dc/Granular.jl">GitHub/anders-dc/Granular.jl</a> +<li><a href="https://travis-ci.org/anders-dc/Granular.jl">Travis/anders-dc/Granular.jl</a> +<!--End of section (do not delete this comment)--> +</ul> +<h2>Local</h2> +<ul> +<li><a href="https://www.plainsborolibrary.org/">Plainsboro Public Library</a> +<!--End of section (do not delete this comment)--> +</ul> +<h2>Princeton University</h2> +<ul> +<li><a href="https://www.princeton.edu/concur">Princeton Concur</a> +<!--End of section (do not delete this comment)--> +</ul> +<h2>Docs</h2> +<ul> +<li><a href="https://docs.julialang.org/en/latest/">Julia (latest)</a> +<!--End of section (do not delete this comment)--> +</ul> +<h2>Weather</h2> +<ul> +<li><a href="http://f1.weather.gov/MapClick.php?lat=40.33075000000008&amp;lon=-74.56472999999994">National Weather Service: Plainsboro, NJ</a> +<li><a href="https://radar.weather.gov/radar.php?rid=dix&amp;product=N0R&amp;overlay=11101111&amp;loop=no">NWS radar image from Mt. Holly, NJ</a> +<li><a href="http://f1.weather.gov/MapClick.php?w0=t&amp;w1=td&amp;w2=wc&amp;w3=sfcwind&amp;w3u=3&amp;w4=sky&amp;w5=pop&amp;w6=rh&amp;w7=rain&amp;w8=thunder&amp;w9=snow&amp;w10=fzg&amp;w11=sleet&amp;w12=fog&amp;w13u=0&amp;w16u=1&amp;w17u=1&amp;AheadHour=0&amp;Submit=Submit&amp;FcstType=graphical&amp;textField1=40.3308&amp;textField2=-74.5647&amp;site=all&amp;unit=0&amp;dd=&amp;bw=">NWS: Hourly Weather Forecast, Plainsboro NJ</a> +<li><a href="http://data1.gfdl.noaa.gov/fvGFS/fvGFS_products.php?Region=local&amp;field=precip_snow_wind">GFDL fvGFS 10 day forecast (hourly precipitation)</a> <!--End of section (do not delete this comment)--> </ul> </body> diff --git a/links/bin/photo-drive-sync.sh b/links/bin/photo-drive-sync.sh @@ -1,6 +1,6 @@ #!/bin/bash -diskA=/Volumes/ANDERS +diskA=/Volumes/SUSAN diskB=/Volumes/backup echo "Copying from local drive to first external drive ($diskA)"