Skip to content

Commit

Permalink
Add Brewfile
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Feb 5, 2024
1 parent f7cc257 commit a2e5a85
Show file tree
Hide file tree
Showing 3 changed files with 1,243 additions and 0 deletions.
1 change: 1 addition & 0 deletions homebrew/.stow-local-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*
54 changes: 54 additions & 0 deletions homebrew/Brewfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# vim: set ft=ruby:

brew "aria2"
brew "cmake"
brew "curl"
brew "fnm"
brew "git"
brew "pyenv"
brew "neovim"
brew "ripgrep"
brew "starship"
brew "stow"
brew "tree"
brew "universal-ctags"
brew "watch"
brew "wget"

# pyenv build deps
# https://github.com/pyenv/pyenv/wiki#suggested-build-environment
brew "openssl"
brew "readline"
brew "sqlite3"
brew "xz"
brew "zlib"
brew "tcl-tk"

cask "1password"
cask "1password-cli"
cask "alt-tab"
cask "android-platform-tools"
cask "dbeaver-community"
cask "discord"
cask "firefox"
cask "google-chrome"
cask "hammerspoon"
cask "handbrake"
cask "karabiner-elements"
cask "keepingyouawake"
cask "keka"
cask "kitty"
cask "notion"
cask "obs"
cask "orbstack"
cask "raycast"
cask "scroll-reverser"
cask "slack"
cask "spotify"
cask "tailscale"
cask "telegram"
cask "transmission"
cask "utm"
cask "visual-studio-code"
cask "vlc"
cask "vnc-viewer"
Loading

0 comments on commit a2e5a85

Please sign in to comment.