Skip to content

Instantly share code, notes, and snippets.

@dasdo
Last active May 25, 2017 18:20
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 dasdo/f953fe8d6570410accc138d189db39cb to your computer and use it in GitHub Desktop.
Save dasdo/f953fe8d6570410accc138d189db39cb to your computer and use it in GitHub Desktop.
Dev Machine Setup (Mac).md

#Alfredapp

#Sequel Pro

#iTerm2 (https://www.iterm2.com/)

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

ZSH_THEME="risto" #https://github.com/robbyrussell/oh-my-zsh/wiki/Themes . ~/.aliases

  • iTerm2 -> Preferences -> General : Desactive (Native full windows)
  • iTerm2 -> Preferences -> Keys : active and chage Show/hide iTerm2 [command + `]

#Homebrew (http://brew.sh/)

  $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 
  $ brew install wget
  $ brew install tree
  $ brew install git
  $ brew tap homebrew/dupes
  $ brew tap homebrew/versions
  $ brew tap homebrew/homebrew-php
  $ brew install php70

#Sublimetext https://mattstauffer.co/blog/sublime-text-3-for-php-developers

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