setup: zsh: symlink .zsh instead of every single file
This commit is contained in:
parent
e1a0194962
commit
e7d72245bd
1 changed files with 1 additions and 11 deletions
12
setup.sh
12
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue