From e7d72245bdb9f2be9594cd3afe7d9100ee13158d Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Thu, 5 Oct 2017 14:21:18 +0200 Subject: [PATCH] setup: zsh: symlink .zsh instead of every single file --- setup.sh | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/setup.sh b/setup.sh index 36ea00a..6f7e4b7 100755 --- a/setup.sh +++ b/setup.sh @@ -48,17 +48,7 @@ if installed zsh; then echo "Setting up zsh:" link zshrc ~/.zshrc - mkdir -p ~/.zsh - - link zsh/aliases.zsh ~/.zsh/aliases.zsh - link zsh/checks.zsh ~/.zsh/checks.zsh - link zsh/colors.zsh ~/.zsh/colors.zsh - link zsh/completion.zsh ~/.zsh/completion.zsh - link zsh/general.zsh ~/.zsh/general.zsh - link zsh/history.zsh ~/.zsh/history.zsh - link zsh/keybindings.zsh ~/.zsh/keybindings.zsh - link zsh/prompt.zsh ~/.zsh/prompt.zsh - link zsh/setopt.zsh ~/.zsh/setopt.zsh + link zsh ~/.zsh echo fi