Skip to content

Instantly share code, notes, and snippets.

@jarrettmeyer
Last active October 5, 2019 19: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 jarrettmeyer/f5d9b44829917d205c9d301486dfeca7 to your computer and use it in GitHub Desktop.
Save jarrettmeyer/f5d9b44829917d205c9d301486dfeca7 to your computer and use it in GitHub Desktop.
Macbook setup

The very basics

Install Homebrew, and let it manage everything.

brew cask install iterm2
brew cask install google-chrome

Setting up a better terminal.

Learn about ZSH.

brew install zsh

Add /usr/local/bin/zsh to the list of available shells in /etc/shells.

Change your shell using chsh -s /usr/local/bin/zsh.

Close and reopen your terminal.

Install Oh My Zsh.

Set your theme to ys.

brew install vim
brew install git

Install Vundle.

More tooling

Lately, I've been running VSCode.

brew cask install visual-studio-code
brew install node@10
brew install git
brew install openshift-cli

Vector graphics

brew cask install xquartz
brew cask install inkscape
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment