- Install XCode Command Line Tools:
xcode-select --install
- Install Pipenv:
pip3 install pipenv
- Clone this repo:
git clone git@github.com:bogeholm/dotfiles.git
- Sync dotfiles
cd dotfiles/sync
pipenv install && pipenv shell
python sync.py --dotfile-list "dotfiles.toml"