I got this ida from Kevin Elliott's list at https://gist.github.com/kevinelliott/e12aa642a8388baf2499
- Browsers
- Chrome
- Firefox
- Utilities
- Dropbox
- Sparrow (saved version)
- Little Snitch
- Cloud App
- Bartender
- Flickr Uploader
- Clean My Mac
- Alfred
- Text Expander
- Skitch (saved version)
- Transmit
- 1Password
- Doxie
- Caffeine
- CodeKit
- Dash
- Cloak
- iTerm
- ImageOptim
- Keynote
- Editors
- PHPStorm
- Sublime
- Day One
- Social
- Tweetbot
- Slack
- Skype
- Entertainment
- Spotify
- Kindle
- Creative stuff
- Adobe CC
- Screen Flow
- Acorn
- Development
- MAMP Pro
- Navicat
- SourceTree
- XCode
- Other
- Quicken Mac
brew install caskroom/cask/brew-cask
brew cask install anvil
brew cask install authy-bluetooth
brew cask install bartender
brew cask install battery-guardian
brew cask install firefox
brew cask install github-desktop
brew cask install google-chrome
brew cask install grandperspective
brew cask install joinme
brew cask install iterm2
brew cask install rescuetime
brew cask install satellite-eyes
brew cask install sidestep
brew cask install skitch
brew cask install skype
brew cask install spotify
brew cask install steam
brew cask install transmit
brew cask install vagrant
brew cask install vagrant-manager
#Shell
Install custom .dotfiles
git clone [email protected]:growdev/dotfiles.git ~/.dotfiles
Install wp-cli
ssh-keygen -t rsa -C "[email protected]"
# Copy ssh key to github.com
subl ~/.ssh/id_rsa.pub
# Test connection
ssh -T [email protected]
# Set git config values
git config --global user.name "Daniel Espinoza"
git config --global user.email "[email protected]"
git config --global github.user growdev
git config --global github.token your_token_here
git config --global color.ui true