Skip to content

Instantly share code, notes, and snippets.

@nickdenardis
Last active January 16, 2023 13:05
Show Gist options
  • Save nickdenardis/ab9ecae6f59d8628a03d78ea78ddf6ca to your computer and use it in GitHub Desktop.
Save nickdenardis/ab9ecae6f59d8628a03d78ea78ddf6ca to your computer and use it in GitHub Desktop.
Mac OS Catalina new computer set up
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install git
brew install git-flow
brew install --cask slack
brew install --cask dropbox
brew install --cask authy
brew install --cask the-unarchiver
brew install --cask transmit
brew install --cask flux
brew install --cask appcleaner
brew install --cask harvest
brew install --cask tableplus
brew install --cask visual-studio-code
brew install --cask vagrant
brew install --cask virtualbox
brew install --cask homebrew/cask-versions/google-chrome-canary
brew install --cask notion
brew install --cask dash
brew install --cask hey
brew install --cask licecap
brew install --cask telegram
brew install --cask tuple
brew install --cask maccy

git config --global core.filemode false
git config --global init.defaultBranch main

Then included my favorite aliases: https://gist.githubusercontent.com/nickdenardis/fe3f186362acbbcfae9c/raw/

Then changed my terminal theme to “avit”: https://github.com/ohmyzsh/ohmyzsh/wiki/Themes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment