-
-
Save ando-takahiro/dc78a767ab426fa89b2c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brew install the-silver-searcher | |
| brew install tree | |
| brew install curl | |
| brew install wget | |
| brew install tmux | |
| brew install zsh | |
| brew install zsh-completions | |
| brew install git | |
| brew install boot2docker | |
| brew install docker | |
| brew install caskroom/cask/brew-cask | |
| brew cask install webstorm | |
| brew cask install macvim | |
| brew cask install iterm2 | |
| brew cask install google-japanese-ime | |
| brew cask install google-chrome | |
| brew cask install sourcetree | |
| brew cask install virtualbox | |
| brew cask install dash | |
| brew cask install dropbox | |
| brew cask install evernote | |
| brew cask install skype | |
| brew cask install spectacle | |
| mkdir ~/dev | |
| cd ~/dev | |
| git clone https://github.com/ando-takahiro/dotfiles | |
| cd ~ | |
| chsh -s zsh | |
| ~/dev/dotfiles/scripts/setup.sh | |
| vim . # you will get warnings on vim boot | |
| #:NeoBundleInstall (in vim) | |
| # install later... | |
| # | |
| #twitter client | |
| #1password | |
| #XCode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment