Clone this repository into your home directory, then link the files like this:
Note: this will replace your dotfiles, so move them out of the way first!
-
Install Oh my zsh!
-
Run the following:
cd git clone https://github.com/tastapod/dotfiles.git .config/tastapod/dotfiles for f in .config/tastapod/dotfiles/*; do ln -f -s "$f" ".${f##*/}"; done
(If you get an error from xcrun
you need to run xcode-select --install
first.)
- Add any host-specific settings in
.zlogin
, which is sourced after.zshenv
and.zshrc
for a login shell.