From 9d9816f43fb2ba4483513b70f051ba0678f99f16 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Mon, 6 Mar 2023 11:55:45 -0500 Subject: [PATCH] Update brews --- macOS/.config/macOS/Brewfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/macOS/.config/macOS/Brewfile b/macOS/.config/macOS/Brewfile index 3dbed7b..4964eb9 100644 --- a/macOS/.config/macOS/Brewfile +++ b/macOS/.config/macOS/Brewfile @@ -1,14 +1,13 @@ tap "homebrew/cask" tap "homebrew/cask-fonts" tap "federico-terzi/espanso" -tap "m-housh/formulae" +tap "m-housh/formula" # TODO: Make the application directory a global variable ?? # set arguments for all 'brew install --cask' commands #cask_args appdir: "~/Applications", require_sha: true # formula -#brew "docker-completion" # Docker cli completions brew "espanso" # Espanso: Text expander brew "fd" # required for some neovim plugins brew "figlet" # for ascii art / text @@ -18,12 +17,10 @@ brew "httpie" # better curl / api's from command line. brew "jq" # json utilities brew "mas" # Mac AppStore apps from cli #brew "neovim" -#brew "node" # required for some LSP servers in neovim brew "pure" # for cli prompt brew "ripgrep" -#brew "stow" # for dotfile linking / placement. brew "swift-format" # for formatting swift files -brew "m-housh/formulae/swift-zet" # for managing zettelkasten notes +brew "swift-zet" # for managing zettelkasten notes brew "tmux" # terminal multi-plexer brew "vim" brew "zsh"