tay1orjones / dotfiles

🔧 my .files
MIT License
28 stars 6 forks source link
bash dotfiles homebrew

dotfiles

Because life's too short to manually setup my machine

get started

  1. Install/Boot new machine, run through mac setup
  2. run git --version. This will trigger a prompt to install xcode command line tools
  3. Install/agree to xcode command line tools
  4. Create dev directory and clone this repo:
mkdir dev && cd dev && git clone https://github.com/tay1orjones/dotfiles.git && cd dotfiles
  1. Replace links to private fonts in ./setup.sh with live URLs from dropbox.com
  2. Run from home directory:
 sh setup.sh

post set up

  1. Configure night shift (I've not found a way to automatically configure)
  2. 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: