diff --git a/.zshrc b/.zshrc index 50aeb32..92e6ae2 100644 --- a/.zshrc +++ b/.zshrc @@ -124,7 +124,7 @@ alias grep='ggrep' alias tailscale="/Applications/Tailscale.app/Contents/MacOS/Tailscale" alias ghostty='/Applications/Ghostty.app/Contents/MacOS/ghostty' alias cc='claude' -alias oc='OPENCODE_EXPERIMENTAL_PLAN_MODE=1 opencode' +alias oc='opencode' # -- Functions -- # menu diff --git a/Brewfile b/Brewfile index 8032aac..14c5550 100644 --- a/Brewfile +++ b/Brewfile @@ -7,6 +7,8 @@ tap "minio/stable" tap "oven-sh/bun" tap "vitobotta/tap" brew "actionlint" +brew "node" +brew "agent-browser" brew "argocd" brew "asciinema" brew "autojump" @@ -47,7 +49,6 @@ brew "mysql@8.4", link: true brew "neofetch" brew "neovim" brew "nexttrace" -brew "node" brew "ripgrep" brew "opencode" brew "openjdk@21"