These are my dotfiles. There are many like them, but these are mine.
This started around 2001 or so when I used lots of different machines and environments. Now I mostly use macOS and Linux but still keep the environment in sync.
curl -sL https://zsh.langworth.com | 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/jbalogh/dotfiles which this was modeled after