Last active
July 24, 2019 07:39
-
-
Save allenlsy/74b80d10f5dc4461e4efb2004eb40b48 to your computer and use it in GitHub Desktop.
bootstrap-dev-mac
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
# MAY NEED THIS IN RECOVERY MODE | |
# csrutil disable | |
# reboot | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# brew | |
brew tap caskroom/cask | |
# common tools | |
brew install git zsh ccat vim ctags tree tig | |
brew cask install iterm2 google-chrome dropbox visual-studio-code slack typora dash moom menumeters rightzoom sourcetree | |
chsh -s /bin/zsh | |
# dev softwares - db, language etc. | |
brew rbenv nodejs redis postgresql docker docker-toolbox java | |
# my personal | |
brew cask install boom-3d karabiner-elements 4k-video-downloader 4k-youtube-to-mp3 | |
# ruby | |
rbenv init |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment