Skip to content

Instantly share code, notes, and snippets.

@webartoli
Last active December 22, 2015 21:34
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 webartoli/7e70215c2c31adb0643c to your computer and use it in GitHub Desktop.
Save webartoli/7e70215c2c31adb0643c to your computer and use it in GitHub Desktop.
New Mac
#!/bin/bash
# Install Command Line Tool
xcode-select --install
# Install Theme
# https://github.com/stephenway/monokai.terminal
# https://github.com/lysyi3m/osx-terminal-themes/tree/master/schemes
# Install HomeBrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install Prezto
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
ln -s ~/.zprezto/runcoms/zlogin ~/.zlogin
ln -s ~/.zprezto/runcoms/zlogout ~/.zlogout
ln -s ~/.zprezto/runcoms/zpreztorc ~/.zpreztorc
ln -s ~/.zprezto/runcoms/zprofile ~/.zprofile
ln -s ~/.zprezto/runcoms/zshenv ~/.zshenv
ln -s ~/.zprezto/runcoms/zshrc ~/.zshrc
http://joshsymonds.com/blog/2014/06/12/shell-awesomeness-with-prezto/
chsh -s /bin/zsh
# Change Default Theme for OsX Terminal
# Install nvm
brew install nvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment