setup: zsh: symlink .zsh instead of every single file

This commit is contained in:
Thomas Preisner 2017-10-05 14:21:18 +02:00
parent e1a0194962
commit e7d72245bd

View file

@ -48,17 +48,7 @@ if installed zsh; then
echo "Setting up zsh:" echo "Setting up zsh:"
link zshrc ~/.zshrc link zshrc ~/.zshrc
mkdir -p ~/.zsh link zsh ~/.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
echo echo
fi fi