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"