Skip to content

Instantly share code, notes, and snippets.

@allenlsy
Last active July 24, 2019 07:39
Show Gist options
  • Save allenlsy/74b80d10f5dc4461e4efb2004eb40b48 to your computer and use it in GitHub Desktop.
Save allenlsy/74b80d10f5dc4461e4efb2004eb40b48 to your computer and use it in GitHub Desktop.
bootstrap-dev-mac
# 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