Compare commits

...

2 Commits

Author SHA1 Message Date
tgrosinger c06ef9a626 Fish: Add go/bin and npm/global/bin to path 2026-06-02 10:55:34 -07:00
tgrosinger 6287f40b07 Install: Add codex and claude 2026-06-02 10:51:22 -07:00
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# This file contains fish universal variable definitions. # This file contains fish universal variable definitions.
# VERSION: 3.0 # VERSION: 3.0
SETUVAR __fish_initialized:4300 SETUVAR __fish_initialized:4300
SETUVAR fish_user_paths:/home/tgrosinger/\x2edotfiles/bin/linux SETUVAR fish_user_paths:/home/tgrosinger/go/bin\x1e/home/tgrosinger/\x2enpm\x2dglobal/bin\x1e/home/tgrosinger/\x2edotfiles/bin/linux
+6 -1
View File
@@ -12,7 +12,9 @@ echo "Installing homebrew"
# npm config set prefix $HOME/.npm-global # npm config set prefix $HOME/.npm-global
# fish_add_path $HOME/.npm-global/bin # fish_add_path $HOME/.npm-global/bin
# npm install -g @anthropic-ai/sandbox-runtime # npm install -g @anthropic-ai/sandbox-runtime
#
# NOTE: claude was installed using the install script:
# curl -fsSL https://claude.ai/install.sh | bash
brew install \ brew install \
anomalyco/tap/opencode \ anomalyco/tap/opencode \
@@ -45,6 +47,9 @@ brew install \
#stripe-cli \ #stripe-cli \
#visidata \ #visidata \
# OpenAI Codex
brew install --cask codex
brew services start atuin brew services start atuin
# Previously these were installed with npm because I didn't want to use brew to # Previously these were installed with npm because I didn't want to use brew to