From: Simon Ruderich Date: Sat, 16 Feb 2013 17:59:39 +0000 (+0100) Subject: setup.sh: Don't create ~/.reminders from template. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=791c5a1471b418e971263ec0d7c5df9dc61ae375 setup.sh: Don't create ~/.reminders from template. I don't use remind on all systems. --- diff --git a/setup.sh b/setup.sh index 4c14f5f..6e2a68e 100755 --- a/setup.sh +++ b/setup.sh @@ -213,12 +213,6 @@ 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