Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
tap "homebrew/cask"
# utilities
brew "bat"
brew "b3sum"
brew "curl"
brew "jq"
brew "ripgrep"
brew "the_silver_searcher"
brew "tokei"
brew "tree"
brew "watchexec"
brew "wget"
brew "youtube-dl"
brew "yq"
brew "bench"
brew "fzf"
brew "xsv"
brew "fd"
cask "signal"
cask "numi"
# searching documents
%w[rga pandoc poppler tesseract tesseract-lang ffmpeg].each do |package|
brew package
end
# shell
brew "reattach-to-user-namespace"
brew "starship"
brew "tmux"
brew "zsh"
# security
brew "gnupg"
brew "pinentry"
brew "pinentry-mac"
# development
brew "gist"
brew "git"
brew "git-crypt"
brew "git-lfs"
brew "graphviz"
brew "imagemagick"
brew "neovim"
brew "hub"
brew "zola"
brew "asdf"
brew "universal-ctags"
cask "chromedriver"
cask "ngrok"
cask "kitty"
cask "postico"
cask "rowanj-gitx"
cask "keycastr"
tap "heroku/brew"
brew "heroku"
tap "thoughtbot/formulae"
brew "parity"
brew "complexity"
tap "unused-code/formulae"
brew "unused-code/formulae/unused"
tap "homebrew/cask-fonts"
cask "font-cascadia-code-pl"
# databases
brew "postgresql"
brew "sqlite"
brew "redis"