This is what I did to install all apps onto laptop
- Chrome
- iTerm
- Dropbox
- Atom
- Spotify
- Tweetbot
Install xcode from the AppStore, run and accept license agreement, install command line tools (if required)
Install zsh
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
Install homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
Install a few command line tools
brew install git openssl wget
Install brew-cask
brew install caskroom/cask/brew-cask
Install the apps that I use
brew cask install atom
brew cask install diffmerge
brew cask install flux
brew cask install google-chrome
brew cask install iexplorer
brew cask install iterm2
brew cask install spotify
brew cask install slack
brew cask install vlc
brew cask install sourcetree
#Set a blazingly fast keyboard repeat rate
defaults write NSGlobalDomain KeyRepeat -int 0.02
# Show hidden files
defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder
#Show the ~/Library folder
chflags nohidden ~/Library
#Store screenshots in subfolder on desktop
mkdir ~/Desktop/Screenshots
defaults write com.apple.screencapture location ~/Desktop/Screenshots
- Tweetbot
- Logic Pro X
- Keynote
- Sketch
- Xcode developer profiles