Skip to content

Instantly share code, notes, and snippets.

@chardane
Last active September 6, 2017 20:46
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 chardane/e0f8bb9f536a5ab3402d0aa85afcb1d7 to your computer and use it in GitHub Desktop.
Save chardane/e0f8bb9f536a5ab3402d0aa85afcb1d7 to your computer and use it in GitHub Desktop.
Charlyn's sure-fire way to set up her laptop in no time.

Step 1: Update to latest OS

Just do it

Step 2: Change screenshots location

Run this in your terminal:

mkdir ~/Pictures/Screenshots
defaults write com.apple.screencapture location ~/Pictures/Screenshots
killall SystemUIServer

Now your screenshots will live in ~/Pictures/Screenshots

Step 3: Keyboard and Mouse

Turn it all the way up!

Step 4: Install Brew

Run this to install Brew

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

Run this to install Cask

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null ; brew install caskroom/cask/brew-cask 2> /dev/null

Step 4: Install apps!

  1. Cask

Install iTerm

brew cask install iterm2

Install Fish

brew install fish
  1. Install with App Store
  • Fantastical 2
  • Copy Clip 2
  • Bear
  • Things 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment