From 726975d739dedc3cf864f0497f7e3420fd2f066e Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Mon, 6 Mar 2023 08:34:45 -0500 Subject: [PATCH] Removed some items from brewfiles --- macOS/.config/macOS/Brewfile | 4 ++-- macOS/.config/macOS/Casks.Brewfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/macOS/.config/macOS/Brewfile b/macOS/.config/macOS/Brewfile index a4a6e50..3dbed7b 100644 --- a/macOS/.config/macOS/Brewfile +++ b/macOS/.config/macOS/Brewfile @@ -5,10 +5,10 @@ tap "m-housh/formulae" # TODO: Make the application directory a global variable ?? # set arguments for all 'brew install --cask' commands -cask_args appdir: "~/Applications", require_sha: true +#cask_args appdir: "~/Applications", require_sha: true # formula -brew "docker-completion" # Docker cli completions +#brew "docker-completion" # Docker cli completions brew "espanso" # Espanso: Text expander brew "fd" # required for some neovim plugins brew "figlet" # for ascii art / text diff --git a/macOS/.config/macOS/Casks.Brewfile b/macOS/.config/macOS/Casks.Brewfile index 8b8d9fb..89d9103 100644 --- a/macOS/.config/macOS/Casks.Brewfile +++ b/macOS/.config/macOS/Casks.Brewfile @@ -9,5 +9,5 @@ cask "iterm2" # terminal application cask "onyx" # macOS utilities cask "rapidapi" # API utility cask "rectangle" # Window management -cask "sketchup-pro" # 3D modeling +#cask "sketchup-pro" # 3D modeling