Skip to content

Commit

Permalink
Add/remove brew installs
Browse files Browse the repository at this point in the history
  • Loading branch information
bhops committed Nov 9, 2024
1 parent 9df5222 commit 1ca025b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion brew.sh
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
#!/bin/bash

brew bundle --no-lock --file=/dev/stdin <<EOF
brew "awscli"
brew "bash"
brew "bash-completion@2"
brew "curl"
brew "direnv"
brew "fzf"
brew "gh"
brew "git"
brew "ipcalc"
brew "jq"
brew "lazygit"
brew "mas"
brew "mise"
brew "openssl@3"
brew "pre-commit"
brew "ripgrep"
brew "rustup"
brew "stow"
brew "tmux"
brew "tree"
brew "zsh"
cask "1password"
Expand All @@ -27,6 +31,8 @@ cask "google-chrome"
cask "transmission"
cask "rectangle"
cask "spotify"
cask "utm"
cask "vlc"
cask "wezterm"
mas "1Password for Safari", id: 1569813296
Expand Down

0 comments on commit 1ca025b

Please sign in to comment.