Config is a basic checklist I follow to set up a new development environment. It gets me up to speed with Git, GitHub, and more so I can more quickly get back to coding.
- Download and install Xcode command line tools
xcode-select --install
- Install docker
- Install ClipMenu and SizeUp
- Install Atom
- Install packages
apm install [email protected] [email protected]
- Install brew
- Download and run the Node.js Mac installer
- Download and "install" composer :
curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer
- Install
iTerm2
- Install
Menlo for Powerline font
and add it to iTerm' profile - Install
Oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Load
.zshrc
.zshaliases
.gitconfig
.gitignore
into~
- Install thefuck
brew install thefuck
- Generate new SSH key
- Generate an access token for Terminal to auth your GitHub account when 2FA is enabled