/dots

macbook dotfiles

Primary LanguageShell

dots

Add this to your .zshrc

export DOTS=$HOME/.dots
source $DOTS/zsh
git clone git@github.com:bhenry/dots.git
mv dots ~/.dots
touch .zshrc
echo "export DOTS=$HOME/.dots\nsource $DOTS/zsh" > .zshrc