Moved cask installation to it's own command.

This commit is contained in:
2021-12-13 09:37:41 -05:00
parent 9c48322f85
commit 0e6155386b
8 changed files with 2827 additions and 15 deletions

View File

@@ -17,14 +17,5 @@ brew "swift-format"
brew "zsh"
brew "zsh-completions"
# casks
cask "docker"
cask "google-chrome"
cask "iterm2"
cask "microsoft-teams"
cask "obs"
cask "paw"
cask "sketchup-pro"
# fonts
cask "font-inconsolata-nerd-font"

View File

@@ -0,0 +1,11 @@
tap "homebrew/cask"
# casks
cask "docker"
cask "google-chrome"
cask "iterm2"
cask "microsoft-teams"
cask "obs"
cask "paw"
cask "sketchup-pro"