Compare commits
2 Commits
d05329471d
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c06ef9a626 | |||
| 6287f40b07 |
@@ -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
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user