curl -sL https://raw.githubusercontent.com/zmzhuai/dotfiles/master/install.sh | bash
chsh
or otherwise set your shell to use Zsh- install zsh plugin if use Zsh
brew install zsh-autosuggestions zsh-syntax-highlighting
- Restart your shell
Optionally create a .postinstall
with some machine-specific commands, like git config --global user.email "my-work-email@example.com"
". You can also create a .vimlocal
and .gvimlocal
for machine-specific Vim customizations.