Skip to content

Instantly share code, notes, and snippets.

@islishude
Last active April 8, 2019 08:21
Show Gist options
  • Save islishude/1ce21e171258da45b7ce8aa759af3efd to your computer and use it in GitHub Desktop.
Save islishude/1ce21e171258da45b7ce8aa759af3efd to your computer and use it in GitHub Desktop.

Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Oh-my-zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
chsh -s $(which zsh)
@islishude
Copy link
Author

golang

brew install golang

node.js

brew install node

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment