zsh
install prezto see prezto/README.md
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
done
Do re-open new zsh terminal.
cd
git clone [email protected]:luckypool/dotfiles.git .dotfiles
cd ~/.dotfiles
run shell script
./install-dotfiles.sh
run shell script
./setup-vimrc.sh