Skip to content

Instantly share code, notes, and snippets.

@valter-silva-au
Last active May 22, 2018 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save valter-silva-au/26ac8c1af96b9c17293c76190d42a126 to your computer and use it in GitHub Desktop.
Save valter-silva-au/26ac8c1af96b9c17293c76190d42a126 to your computer and use it in GitHub Desktop.
Bootstrap MacOS
Install Homebrew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install Home-brew-cask:
brew tap caskroom/cask
Install brew packages:
brew install astyle
brew install awscli
brew install bash-completion
brew install cmake
brew install colordiff
brew install ctags
brew install curl
brew install fzf
brew install git
brew install git-flow
brew install gpg
brew install hh
brew install htop
brew install hub
brew install jq
brew install links
brew install luajit
brew install luarocks
brew install mercurial
brew install nmap
brew install node
brew install p7zip
brew install picocom
brew install slack
brew install the_silver_searcher
brew install tig
brew install tmux
brew install tree
brew install unrar
brew install unzip
brew install vim
brew install watch
brew install wget
brew install z
Install casks:
brew tap caskroom/cask
brew cask install google-chrome
brew cask install skype
brew cask install intellij-idea
brew cask install pycharm
brew cask install rubymine
brew cask install visual-studio-code
brew cask install atom
brew cask install iterm2
brew cask install vagrant
brew cask install virtualbox
brew cask install virtualbox
brew cask install virtualbox-extension-pack
brew cask install git
brew cask install slack
brew cask install spotify
brew cask install gpg
brew cask install java
Install RVM:
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
\curl -sSL https://get.rvm.io | bash -s stable --ruby
Install SDKMan:
curl -s "https://get.sdkman.io" | bash
Install sdks:
source ~/.profile
sdk install gradle
sdk install groovy
sdk install gradle
sdk install groovy
sdk install scala
sdk install grails
sdk install springboot
sdk install maven
sdk install sbt
alias brewup='brew update; brew upgrade; brew prune; brew cleanup; brew doctor'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment