mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
Update brews
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user