Skip to content

Instantly share code, notes, and snippets.

@kukat
Created March 17, 2014 16:06
Show Gist options
  • Save kukat/9602233 to your computer and use it in GitHub Desktop.
Save kukat/9602233 to your computer and use it in GitHub Desktop.
OS X Development Environment Setup

OS X Development Environment Setup

Basic

Install Command Line Tools

xcode-select -- install

Homebrew

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

and cask

brew install aria2
brew install coreutils
brew install curl-ca-bundle
brew install git
brew install git-flow
brew install gnutls
brew install htop-osx
brew install mtr
brew install node --
brew install rbenv --
brew install ssh-copy-id
brew install tree
brew install zsh

Dotfiles

oh-my-zsh

curl -L http://install.ohmyz.sh | sh

Customization ~/.zshrc

plugins=(git osx brew laravel history-substring-search gitignore)

VIM

brew install macvim --custom-icons --override-system-vim --with-lua --with-luajit

vimrc

curl -Lo- https://bit.ly/janus-bootstrap | bash

Applications

http://getmacapps.com/ | homebrew cask | App Store | Offcial website

  • Xcode
  • Sublime Text
  • Atom
  • AirServer
  • Alfred
  • AppCleaner
  • Bartender
  • BetterTouchTool
  • Caffeine
  • CheatSheet
  • CleanMyMac 2
  • Cyberduck
  • Dash
  • Dropbox
  • EasyFind
  • Evernote
  • Flux
  • Google Chrome
  • Kaleidoscope
  • KeyRemap4MacBook
  • Moom
  • Mou
  • Parallels Desktop
  • Prepo
  • QQ
  • SQLite Professional
  • Sequel Pro
  • SimPholders
  • Sip
  • Skype
  • SourceTree
  • Sparrow
  • TestFlight.app
  • The Unarchiver.app
  • VirtualBox.app
  • Vagrant
  • WeChat.app
  • XtraFinder.app
  • iTerm.app
  • uTorrent.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment