Setup MacBook
Generate keys and install Command Line Tools
$ ssh-keygen
$ xcode-select --install
Clone dotfiles
$ git clone git@github.com:castor4bit/dotfiles.git ~/Projects/dotfiles
$ cd ~/Projects/dotfiles
Set OS X preferences
- Restart (not logout) computer
- Install Xcode (from App Store)
Agree to the Xcode license agreements
$ sudo xcodebuild -license
Install Homebrew and packages
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ cd ~/Projects/dotfiles
$ brew tap Homebrew/bundle
$ brew bundle
Install Ricty font
$ cp -f /usr/local/Library/LinkedKegs/ricty/share/fonts/Ricty*.ttf ~/Library/Fonts/
$ fc-cache -vf
Install dotfiles and misc
$ cd ~/Projects/dotfiles
$ ./setup.sh
$ ln -s $HOME/Projects/dotfiles/.zshrc.mine.ricotte $HOME/.zshrc.mine
Edit .zshenv.local
$ vi ~/.zshenv.local
---
# github
export HOMEBREW_GITHUB_API_TOKEN=
# aws
export AWS_ACCESS_KEY=
export AWS_SECRET_KEY=