11 lines
216 B
Bash
Executable file
11 lines
216 B
Bash
Executable file
# setup slimzsh
|
|
|
|
git clone --recursive https://github.com/changs/slimzsh.git ~/.slimzsh
|
|
|
|
cat <<EOF > $HOME/.zshrc
|
|
source "$HOME/.slimzsh/slim.zsh"
|
|
alias vi=nvim
|
|
alias ls='ls --color=auto'
|
|
EOF
|
|
|
|
chsh -s /bin/zsh $USER
|