Skip to content

Instantly share code, notes, and snippets.

@erikkerber
Last active December 12, 2018 02:38
Show Gist options
  • Save erikkerber/63f7136c168de645654db3580a978b01 to your computer and use it in GitHub Desktop.
Save erikkerber/63f7136c168de645654db3580a978b01 to your computer and use it in GitHub Desktop.
Steps for bootstrapping a new mac

Apps to install from macOS App Store:

  • Tweetbot
  • Pastebot
  • 1Password
  • Spark
  • Things
  • Bear
  • Slack
  • Annotate

Apps to install from the internet

sudo codesign -f -s XcodeSigner /Applications/Xcode9.4.1.app

Customizations

mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
cp *.dvtcolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes/

brew install trash + alias https://twitter.com/kattrali/status/662052949326098432

defaults write -g InitialKeyRepeat -int 30
defaults write -g KeyRepeat -int 3
defaults write http://com.apple.iphonesimulator ShowSingleTouches 1
defaults write http://com.apple.dt.Xcode IDEIndexerActivityShowNumericProgress -bool true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment