]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
ssh_config: Disable unused authentication methods.
[config/dotfiles.git] / setup.sh
index 3a43c3a4d702829180755e39485a24fef93913e3..6e2a68e556ca8fb2cfe3939f2861cfe4cb65d2a4 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -45,6 +45,8 @@ chmod 0700 ~/.tmp
 
 # Create rlwrap history directory.
 mkdir -p shell/rlwrap
+# Create zsh cache directory.
+mkdir -p zsh/cache
 
 
 # FILE SETUP
@@ -211,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