Skip to content

Instantly share code, notes, and snippets.

@webartoli
Last active December 22, 2015 21:34
Show Gist options
  • Select an option

  • Save webartoli/7e70215c2c31adb0643c to your computer and use it in GitHub Desktop.

Select an option

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