Skip to content

Instantly share code, notes, and snippets.

@jshbrntt
Last active June 5, 2018 07:24
Show Gist options
  • Save jshbrntt/94b9378e054a00801db5236a4fd3ca90 to your computer and use it in GitHub Desktop.
Save jshbrntt/94b9378e054a00801db5236a4fd3ca90 to your computer and use it in GitHub Desktop.
macOS Setup

macOS Fixes

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

# Install Desktop Applications
brew cask install \
  docker \
  firefox \
  google-chrome \ 
  iterm2 \
  skype \
  slack \
  sourcetree \
  spectacle \
  spotify \
  visual-studio-code-insiders

# Install Command-Line Applications
brew install \
  nvm \
  tig
  
# Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Key Mappings

Shortcut Key Combination Action
Move to end of line ⌘→ Send Hex Codes: 0x05
Move to beginning of line ⌘← Send Hex Codes: 0x01
Move to beginning of line ⌘← Send Hex Codes: 0x01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment