curl -sL https://raw.githubusercontent.com/mark-wood/dotfiles/master/install.sh | bash
chsh
or otherwise set your shell to use Zsh- 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.
- Fork this repo
- Update
install.sh
to point at your own - Go nuts
- Oh My Zsh which is a very popular way of customizing Zsh (but not all dotfiles or Vim)
- http://github.com/statico/dotfiles which is the basis for this customised repository