initial commit

This commit is contained in:
Franz Heinzmann (Frando) 2020-07-14 23:33:07 +02:00
commit bcd52055e7
7 changed files with 117 additions and 0 deletions

11
init-zsh.sh Normal file
View 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