dotfiles
Because life's too short to manually setup my machine
get started
- Install/Boot new machine, run through mac setup
- run
git --version
. This will trigger a prompt to install xcode command line tools
- Install/agree to xcode command line tools
- Create dev directory and clone this repo:
mkdir dev && cd dev && git clone https://github.com/tay1orjones/dotfiles.git && cd dotfiles
- Replace links to private fonts in ./setup.sh with live URLs from dropbox.com
- Run from home directory:
sh setup.sh
post set up
- Configure night shift (I've not found a way to automatically configure)
-
Add Dropbox folder to dock (best to do this once logged into dropbox and it's began syncing)
defaults write com.apple.dock persistent-others -array-add 'tile-dataarrangement1displayas1file-labelDropboxfile-type2preferreditemsize-1showas2file-data_CFURLStringfile:///Users/taylorjones/Dropbox/_CFURLStringType15tile-typedirectory-tile'
acknowledgements
Inspiration and code was taken from many sources, including: