Skip to content

Instantly share code, notes, and snippets.

@tomraithel
Last active July 16, 2018 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomraithel/916f02198bc2616d8034a88d82724289 to your computer and use it in GitHub Desktop.
Save tomraithel/916f02198bc2616d8034a88d82724289 to your computer and use it in GitHub Desktop.
New Mac Installation

Install homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install iterm2 and zsh

See https://gist.github.com/kevin-smets/8568070

Setup new SSH key

A good guide from github is here

Tools

brew install git
brew install nvm
brew install yarn --without-node
brew install trash // Add "alias rm=trash" to .zshrc for security!
brew install brew install heroku/brew/heroku

Apps

brew cask install google-chrome
brew cask install shiftit
brew cask install alfred
brew cask install keepingyouawake
brew cask install visual-studio-code
brew cask install docker
brew cask install sketch
brew cask install zeplin
brew cask install boostnote
brew cask install selfcontrol
brew cask install postman

Apps from AppStore

  • MonoSnap
  • Numbers
  • Pages
  • Keynote
  • Affinity Designer
  • Todoist

Others

Settings

  • activate FileVault
  • Set keyboard speed to max
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment