Skip to content

Instantly share code, notes, and snippets.

@ashhitch
Last active March 19, 2019 09:47
Show Gist options
  • Select an option

  • Save ashhitch/0f36c129623d45b85263b7685817fa46 to your computer and use it in GitHub Desktop.

Select an option

Save ashhitch/0f36c129623d45b85263b7685817fa46 to your computer and use it in GitHub Desktop.
A place to store my New Machine Dependencies (for Mac)

New Machine Dependencies

Browsers

  • Google Chrome brew cask install google-chrome
  • Chrome canary - brew cask install canary
  • Firefox - brew cask install firefox
  • TorBrowser - brew cask install torbrowser

Software

Commandline Tools

  • Fish Shell
  • Oh My Fish
  • fisherman
  • Bass
  • Homebrew - https://brew.sh/
  • Home brew cask - https://caskroom.github.io/
  • Bre cask completion - brew install brew-cask-completion
  • NVM - Install nvm to allow greater control of node versions
  • Anglar cli - npm install -g @angular/cli
  • Ionic cli (and Cordova) -npm install -g ionic cordova
  • Yarn - brew install yarn
  • Typescript - npm install -g typescript
  • Node-sass - npm install -g node-sass
  • Fractal - npm i -g @frctl/fractal
  • Grunt - npm install -g grunt-cli
  • Gulp - npm install -g gulp
  • Webpack - npm install -g webpack
  • JS Hint - npm install -g jshint
  • Composer
  • Yeoman - npm install -g yo

App Store

  • X-code
  • Text wrangler
  • Forklift
  • Better snap
  • Gitbox

Direct Downloads / Cask

  • VS Code - brew cask install visual-studio-code
  • Android studio - https://developer.android.com/studio/index.html - brew cask install android-studio
  • Git Kraken - https://www.gitkraken.com/download/mac - brew cask install gitkraken
  • Docker - brew cask install docker
  • Parallels - brew cask install parallels
  • Sequel pro - brew cask install sequel-pro
  • Transmit https://panic.com/transmit/ - brew cask install transmit
  • Gas Mask - https://github.com/2ndalpha/gasmask - brew cask install gas-mask
  • Skype brew cask install skype
  • Slack - brew cask install slack
  • VLC - brew cask install vlc
  • Handbreak - brew cask install handbrake
  • Spotify - brew cask install spotify
  • Hyper Terminal - brew cask install hyper
  • Spectacle -brew cask install spectacle
  • KDIFF3 - brew cask install kdiff3
  • GraphQl Playground - brew cask install graphql-playground
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment