Removed some items from brewfiles

This commit is contained in:
2023-03-06 08:34:45 -05:00
parent 6be754d45d
commit 726975d739
2 changed files with 3 additions and 3 deletions

View File

@@ -5,10 +5,10 @@ tap "m-housh/formulae"
# TODO: Make the application directory a global variable ?? # TODO: Make the application directory a global variable ??
# set arguments for all 'brew install --cask' commands # set arguments for all 'brew install --cask' commands
cask_args appdir: "~/Applications", require_sha: true #cask_args appdir: "~/Applications", require_sha: true
# formula # formula
brew "docker-completion" # Docker cli completions #brew "docker-completion" # Docker cli completions
brew "espanso" # Espanso: Text expander brew "espanso" # Espanso: Text expander
brew "fd" # required for some neovim plugins brew "fd" # required for some neovim plugins
brew "figlet" # for ascii art / text brew "figlet" # for ascii art / text

View File

@@ -9,5 +9,5 @@ cask "iterm2" # terminal application
cask "onyx" # macOS utilities cask "onyx" # macOS utilities
cask "rapidapi" # API utility cask "rapidapi" # API utility
cask "rectangle" # Window management cask "rectangle" # Window management
cask "sketchup-pro" # 3D modeling #cask "sketchup-pro" # 3D modeling