Configurations for my Mac, managed by git and GNU Stow.
Clone the repository and give execute permissions to the bootstrap script.
git clone git@github.com:mcholmes/dotfiles.git ~
cd ~/dotfiles
chmod +x ./bootstrap.shEither run everything:
./bootstrap.shOr selectively run:
stow -v zsh git karabiner # plus whatever else you'd likeTo reset based on the remote repo:
git pullIf there are local changes, you'll have to stash them first before pulling.
Inspired (/copied) from Curtis Bridges' setup: https://github.com/curtisbridges/dotfiles/