2 Revize f50defe81c ... f67ac5942e

Autor SHA1 Zpráva Datum
  Tom McKenzie f67ac5942e setup před 1 měsícem
  Tom McKenzie fcf72a3a37 feat: add Brewfile před 1 měsícem
3 změnil soubory, kde provedl 86 přidání a 0 odebrání
  1. 3 0
      .bashrc
  2. 6 0
      .zshrc
  3. 77 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"

+ 77 - 0
Brewfile

@@ -0,0 +1,77 @@
+# Brewfile — derived from Tom's main mac, trimmed for headless LLM box (mactom.local)
+# Dropped: mobile/iOS/Android toolchain, GUI-only utils, qemu, nvtop, opencode,
+#          herdr, himalaya, john-jumbo, pup.
+
+tap "cirruslabs/cli", trusted: true
+tap "cloudflare/cloudflare", trusted: true
+tap "hashicorp/tap", trusted: true
+tap "minio/stable", trusted: true
+
+# shell + files
+brew "bat"
+brew "btop"
+brew "cowsay"
+brew "curl"
+brew "entr"
+brew "fd"
+brew "fzf"
+brew "htop"
+brew "jq"
+brew "less"
+brew "p7zip"
+brew "pv"
+brew "tmux"
+brew "tokei"
+brew "tree"
+brew "watch"
+brew "zoxide"
+brew "asimov"
+
+# git
+brew "bfg"
+brew "difftastic"
+brew "gh"
+brew "git-absorb"
+brew "git-delta"
+brew "git-filter-repo"
+brew "git-lfs"
+brew "tig"
+
+# languages + build
+brew "bun"
+brew "cmake"
+brew "corepack"
+brew "go"
+brew "python@3.12"
+brew "uv"
+
+# infra / cloud / containers
+brew "act"
+brew "awscli"
+brew "cloudflared"
+brew "colima"
+brew "docker"
+brew "docker-buildx"
+brew "docker-compose"
+brew "mkcert"
+brew "rclone"
+brew "cirruslabs/cli/tart"
+brew "hashicorp/tap/terraform"
+brew "minio/stable/mc"
+
+# data + media
+brew "duckdb"
+brew "ffmpeg"
+brew "graphviz"
+brew "hugo"
+brew "vips"
+
+# inference
+brew "ollama"
+
+# apps
+cask "tailscale-app"
+cask "ghostty"
+cask "hermes-desktop"
+cask "claude"
+cask "claude-code"