Skip to content

Instantly share code, notes, and snippets.

@CaseyRo
Created March 12, 2020 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CaseyRo/cb644c4ebdb7006f933933827e64d12f to your computer and use it in GitHub Desktop.
Save CaseyRo/cb644c4ebdb7006f933933827e64d12f to your computer and use it in GitHub Desktop.
Markdium-Standard setup for mac
#cask for managing bigger applications
brew install cask &&\
#cask updates for keeping casks updated
brew tap buo/cask-upgrade &&\
#cask fonts for a big repository of fonts used later
brew tap homebrew/cask-fonts &&\
#dockutil for cleaning up my doc from a fresh install
brew install dockutil &&\
#mas for installing Mac App store packages instantly
brew install mas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment