Tom McKenzie 1 tháng trước cách đây
mục cha
commit
f67ac5942e
3 tập tin đã thay đổi với 11 bổ sung0 xóa
  1. 3 0
      .bashrc
  2. 6 0
      .zshrc
  3. 2 0
      Brewfile

+ 3 - 0
.bashrc

@@ -31,3 +31,6 @@ bind '"\e[B": history-search-forward'
 # LM Studio CLI (lms)
 [ -d "$HOME/.lmstudio/bin" ] && export PATH="$PATH:$HOME/.lmstudio/bin"
 
+
+# Added by the BaseRT installer
+export PATH="/Users/tom/.basert:$PATH"

+ 6 - 0
.zshrc

@@ -63,3 +63,9 @@ if command -v zoxide >/dev/null 2>&1; then eval "$(zoxide init zsh)"; fi
 export PATH="$PATH:/Users/tom/.lmstudio/bin"
 # End of LM Studio CLI section
 
+
+# Added by cua-driver-rs installer — see https://github.com/trycua/cua
+export PATH="/Users/tom/.local/bin:$PATH"
+
+# Added by the BaseRT installer
+export PATH="/Users/tom/.basert:$PATH"

+ 2 - 0
Brewfile

@@ -73,3 +73,5 @@ brew "ollama"
 cask "tailscale-app"
 cask "ghostty"
 cask "hermes-desktop"
+cask "claude"
+cask "claude-code"