Created
December 1, 2018 00:52
-
-
Save Metnew/00fb8a9aeea7eb21b2c0ef5ca57ec589 to your computer and use it in GitHub Desktop.
minimal brew commands to start
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 update | |
| brew upgrade | |
| sudo nvram SystemAudioVolume=" " | |
| sudo -v | |
| brew install nano | |
| # brew unlink nano && brew link nano | |
| brew install jq | |
| brew install | |
| brew install wget | |
| brew install tree | |
| brew install node | |
| sudo npm i -g fkill n | |
| sudo n latest | |
| sudo npm i -g spaceship-prompt | |
| # chsh to zsh | |
| # export PATH="$HOME/bin:$PATH"; | |
| # https://gist.github.com/BlakeGardner/5587269 | |
| # install nano + syntax |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment