I was using Oh My Zsh but I found it a bit sluggish. I have migrated to antidote with a few plugins in .zsh_plugins.txt.
Note: this will replace your dot files, so move them out of the way first!
Clone this repository from your home directory, then link the files:
cd
git clone https://github.com/tastapod/dotfiles.git .config/tastapod/dotfiles && cd $_
ln -sfv $(find "$PWD/config" -maxdepth 1 | tail +2) ~This creates symlinks for everything in the config directory.
-
You do not need to install
antidote, it bootstraps automatically. -
If you get an error from
xcrunyou need to runxcode-select --installfirst. -
Add any host-specific settings in
~/.zlogin, which is sourced last for a login shell. I use this for local tool and language configuration: