X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=setup.sh;h=5ade6bbf644fb8f52597692e582a15fd84102883;hb=9435cc3c544d459b67066baa5385273ed1c663f3;hp=39f706efe21fe016fbc3f5cfd5bbe5d92d60a424;hpb=1434bb718d186e575f79cb9a9b04ebf4ca29aef2;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index 39f706e..5ade6bb 100755 --- a/setup.sh +++ b/setup.sh @@ -170,6 +170,12 @@ fi # Htop overwrites the comments in its configuration file. generate cat htoprc .in +# Copy remindrc template if ~/.reminders doesn't exist yet. +if installed remind && test ! -e "$HOME/.reminders"; then + echo remind: copying template to .reminders + cp reminders.in "$HOME/.reminders" +fi + # Link setup for shells. link shell ~/.shell link bash ~/.bash