Skip to content

Instantly share code, notes, and snippets.

@ricexen
Created September 3, 2019 21:51
Show Gist options
  • Save ricexen/c9d3b977cb1e2397ba32045bb160a86d to your computer and use it in GitHub Desktop.
Save ricexen/c9d3b977cb1e2397ba32045bb160a86d to your computer and use it in GitHub Desktop.
brew update # Fetch latest version of homebrew and formula.
brew tap caskroom/cask # Tap the Caskroom/Cask repository from Github using HTTPS.
brew search visual-studio-code # Searches all known Casks for a partial or exact match.
brew cask info visual-studio-code # Displays information about the given Cask
brew cask install visual-studio-code # Install the given cask.
brew cleanup # For all installed or specific formulae, remove any older versions from the cellar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment