Skip to content

Instantly share code, notes, and snippets.

@kai101
Last active April 5, 2018 04:07
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 kai101/94c776c6487e8b3c168d877d87a98a6b to your computer and use it in GitHub Desktop.
Save kai101/94c776c6487e8b3c168d877d87a98a6b to your computer and use it in GitHub Desktop.
How to setup a new Mac 2018

MAC setup

This is a simple flows for setting up mac.

Homebrew

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

iTerm2

brew cask install iterm2

Wget

Might come in handy brew install wget

Git

brew install git

Gnu Coreutils

Might come in handy

brew install coreutils findutils

Oh My ZSH

https://github.com/robbyrussell/oh-my-zsh

sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Theme

Pygmalion

Solarized

Cursor Speed

https://stackoverflow.com/a/4490124/2853642

defaults write NSGlobalDomain KeyRepeat -int 0

Paste and match style always command-v

https://superuser.com/a/725127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment