]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
setup.sh: Don't create ~/.reminders from template.
authorSimon Ruderich <simon@ruderich.org>
Sat, 16 Feb 2013 17:59:39 +0000 (18:59 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 16 Feb 2013 17:59:39 +0000 (18:59 +0100)
I don't use remind on all systems.

setup.sh

index 4c14f5f4abcff775dd02bb44bd3344846ddfb4d1..6e2a68e556ca8fb2cfe3939f2861cfe4cb65d2a4 100755 (executable)
--- 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