Files
dotfiles/macOS/.config/macOS/Brewfile

32 lines
1.1 KiB
Ruby

tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "federico-terzi/espanso"
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
# 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
brew "gh" # Github CLI
brew "git"
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 "tmux" # terminal multi-plexer
brew "vim"
brew "zsh"
brew "zsh-completions"
# fonts
cask "font-inconsolata-nerd-font"