Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Jun 13, 2024
1 parent 5ad11b0 commit 6e8b2a1
Show file tree
Hide file tree
Showing 4 changed files with 451 additions and 44 deletions.
13 changes: 12 additions & 1 deletion homebrew/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
brew "aria2"
brew "cmake"
brew "curl"
brew "fnm"
brew "git"
brew "mise"
brew "neovim"
brew "parallel"
brew "poetry"
brew "progress"
brew "pyenv"
brew "ripgrep"
brew "starship"
brew "stow"
Expand All @@ -18,6 +20,15 @@ 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"
Expand Down
Loading

0 comments on commit 6e8b2a1

Please sign in to comment.