Last active
November 1, 2017 05:09
-
-
Save filiperfernandes/c47bd4b13e9bf6ba25f9d40cbff89da6 to your computer and use it in GitHub Desktop.
#MacOS Usefull Tools for developers
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
| #MacOS Usefull Tools for developers | |
| xcode-select --install | |
| #HomeBrew - Best package manager for macOS aka linux apt-get | |
| /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| brew install wget | |
| brew install git | |
| brew install postgresql | |
| brew install mysql | |
| brew install mongodb | |
| brew install macvim | |
| brew install nmap | |
| brew install wine | |
| brew install ffmpeg | |
| brew cask install caffeine | |
| brew cask install virtualbox | |
| brew cask install vagrant | |
| brew cask install xquartz | |
| brew cask install sublime-text | |
| brew cask install dashlane | |
| brew cask install spotify | |
| brew cask install vlc | |
| brew cask install hex-fiend | |
| brew cask install postman | |
| brew cask install gns3 | |
| brew cask install gitkraken | |
| brew cask install slack |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment