Last active
September 4, 2019 16:49
-
-
Save xflahertyx/c12294eae75f2ab5b6f3f244a872c42f to your computer and use it in GitHub Desktop.
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
#Homebrew | |
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/install/master/install)" | |
brew cask install google-chrome slack vlc spotify iterm2 docker visual-studio-code rowanj-gitx brave spectacle intellij-idea-ce private-internet-access | |
brew install ag awscli git gradle kubernetes-cli openssl terraform tfswitch thefuck watch wget yarn | |
#zsh | |
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
brew install zsh-completions | |
#fixPrompt | |
curl -fsSL http://git.io/beJs | ruby | |
#Git | |
git config --global user.name 'Ryan Flaherty' | |
git config --global user.email '[email protected]' | |
curl -fsSL http://git.io/7UHtNA | sh | |
curl -fsSL http://git.io/QxUaOQ | sh | |
#NPM | |
npm i -g babel-cli babel-core eslint node-inspector nodemon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment