Skip to content

Instantly share code, notes, and snippets.

@ikr7
Last active August 29, 2015 14:07
Show Gist options
  • Save ikr7/a9140e6392a3a92411dd to your computer and use it in GitHub Desktop.
Save ikr7/a9140e6392a3a92411dd to your computer and use it in GitHub Desktop.
# Command Line Tools 入れる
xcode-select --install
xcodebuild -license
# Homebrew 入れる
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew upgrade
# Homebrew から色々入れる
brew install zsh
brew install vim
brew install macvim
brew install emacs
brew install git
brew install git-flow
brew install wget
brew install ip
brew install tree
brew install w3m
brew install cairo
brew install rbenv
brew install nodebrew
brew install python3
brew install lua
brew install tcc
brew install io
brew install go
brew tap phinze/homebrew-cask
brew cask install Chromium
brew cask install google-chrome
brew cask install firefox
brew cask install opera
brew cask install yoruhukurou
brew cask install kindle
brew cask install iterm2
brew cask install sourcetree
brew cask install steam
brew cask install nosleep
brew cask install atom
brew cask install libreoffice
brew cask install leapmotion
brew cask install dropbox
brew cask install skype
# Node.js 入れる
nodebrew install-binary 0.10
nodebrew install-binary 0.11
# npm 入れる
curl -L https://npmjs.org/install.sh | sh
# npm から色々入れる
npm i -g livereloadx
npm i -g webpack
npm i -g LiveScript
npm i -g coffee-script
npm i -g ws
npm i -g gulp
npm i -g grunt-cli
npm i -g forever
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment