initial commit
This commit is contained in:
commit
bcd52055e7
7 changed files with 117 additions and 0 deletions
11
init-zsh.sh
Normal file
11
init-zsh.sh
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue