Update brews

This commit is contained in:
2023-03-06 11:55:45 -05:00
parent 2d73822810
commit 9d9816f43f

View File

@@ -1,14 +1,13 @@
tap "homebrew/cask" tap "homebrew/cask"
tap "homebrew/cask-fonts" tap "homebrew/cask-fonts"
tap "federico-terzi/espanso" tap "federico-terzi/espanso"
tap "m-housh/formulae" tap "m-housh/formula"
# 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 "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
@@ -18,12 +17,10 @@ brew "httpie" # better curl / api's from command line.
brew "jq" # json utilities brew "jq" # json utilities
brew "mas" # Mac AppStore apps from cli brew "mas" # Mac AppStore apps from cli
#brew "neovim" #brew "neovim"
#brew "node" # required for some LSP servers in neovim
brew "pure" # for cli prompt brew "pure" # for cli prompt
brew "ripgrep" brew "ripgrep"
#brew "stow" # for dotfile linking / placement.
brew "swift-format" # for formatting swift files 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 "tmux" # terminal multi-plexer
brew "vim" brew "vim"
brew "zsh" brew "zsh"