These are the dotfiles and configurations I use to set up my development machine from scratch.
On fresh installation of MacOS:
mkdir -p ~/projects/dotfiles && cd ~/projects/dotfiles
git clone https://github.com/adamndev/dotfiles.git ~/projects/dotfiles
cd ~/projects/dotfiles/install
chmod +wx install.sh
chmod -R +wx ~/projects/dotfiles/bin
./install.sh
- setup Dropbox
- Setup Fig
Originally forked from @mihaliak
Many thanks to the dotfiles community and the creators of the incredibly useful tools.