Skip to content

Instantly share code, notes, and snippets.

@xflahertyx
Last active September 4, 2019 16:49
Show Gist options
  • Save xflahertyx/c12294eae75f2ab5b6f3f244a872c42f to your computer and use it in GitHub Desktop.
Save xflahertyx/c12294eae75f2ab5b6f3f244a872c42f to your computer and use it in GitHub Desktop.
#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 'rcflaherty@gmail.com'
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