From 8504a6b60a376bbef3635a6d253ec2bfb173122f Mon Sep 17 00:00:00 2001 From: Li Tang Date: Sat, 9 May 2026 13:28:29 +0800 Subject: [PATCH] feat: bump apps Signed-off-by: Li Tang --- .zshrc | 18 ++++++++---------- Brewfile | 9 ++++++++- git/ignore | 3 +++ 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/.zshrc b/.zshrc index 8a4f99a..e809a5a 100644 --- a/.zshrc +++ b/.zshrc @@ -33,6 +33,9 @@ export PATH="$PATH:/Users/d0zingcat/.lmstudio/bin" # End of LM Studio CLI section export PATH="$PATH:$JAVA_HOME/bin" + +# SSH use 1password socket +export SSH_AUTH_SOCK=~/.1password/agent.sock export LC_ALL=en_US.UTF-8 export EDITOR=vim export LANG=en_US.UTF-8 @@ -61,6 +64,9 @@ export LDFLAGS=$LDFLAGS export CPPFLAGS=$CPPFLAGS export ZSH_HIGHLIGHT_MAXLENGTH=60 export GIT_EXTERNAL_DIFF=difft +# Added by Antigravity +export PATH="$HOME/.antigravity/antigravity/bin:$PATH" + FPATH="$brew_opt/share/zsh/site-functions:${FPATH}" DISABLE_MAGIC_FUNCTIONS=true @@ -78,7 +84,6 @@ if [ -f "$HOME/.antigen/antigen.zsh" ]; then antigen bundle zsh-users/zsh-completions antigen bundle git antigen bundle kubectl - antigen bundle autojump antigen bundle pip antigen bundle nvim antigen bundle darvid/zsh-poetry @@ -128,6 +133,7 @@ alias tailscale="/Applications/Tailscale.app/Contents/MacOS/Tailscale" alias ghostty='/Applications/Ghostty.app/Contents/MacOS/ghostty' alias cc='claude --permission-mode auto' alias oc='opencode' +alias claude-mem='bun "$HOME/.claude/plugins/marketplaces/thedotmack/plugin/scripts/worker-service.cjs"' # -- MISC Configuration -- @@ -135,6 +141,7 @@ zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} command -v starship >/dev/null 2>&1 && eval "$(starship init zsh)" command -v direnv >/dev/null 2>&1 && eval "$(direnv hook zsh)" command -v lsd >/dev/null 2>&1 && alias ls='lsd' +eval "$(zoxide init zsh)" export ZSH_COMPLETION_CACHE="${XDG_CACHE_HOME:-$HOME/.cache}/zsh" mkdir -p "$ZSH_COMPLETION_CACHE" @@ -159,7 +166,6 @@ if [[ $commands[helm] ]]; then fi [ -s "$HOME/.bun/_bun" ] && source "$HOME/.bun/_bun" -[ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh [ -f /usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.zsh.inc ] && . /usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.zsh.inc if command -v fzf >/dev/null 2>&1; then @@ -176,10 +182,6 @@ bindkey -M viins '^f' vi-forward-char bindkey -M viins '^d' vi-delete-char [ -f ~/.env ] && source ~/.env -# Added by Antigravity -export PATH="$HOME/.antigravity/antigravity/bin:$PATH" - -alias claude-mem='bun "$HOME/.claude/plugins/marketplaces/thedotmack/plugin/scripts/worker-service.cjs"' # -- Functions -- # menu @@ -496,9 +498,5 @@ function copilot_local { copilot } -# Kiro CLI post block. Keep at the bottom of this file. -# - - # Kiro CLI post block. Keep at the bottom of this file. # [[ -f "${HOME}/Library/Application Support/kiro-cli/shell/zshrc.post.zsh" ]] && builtin source "${HOME}/Library/Application Support/kiro-cli/shell/zshrc.post.zsh" diff --git a/Brewfile b/Brewfile index 5185a86..9383b09 100644 --- a/Brewfile +++ b/Brewfile @@ -3,9 +3,11 @@ tap "buo/cask-upgrade" tap "clojure/tools" tap "d0zingcat/tap", "https://github.com/d0zingcat/homebrew-tap.git" tap "farion1231/ccswitch" +tap "hashicorp/tap" tap "markmals/tap" tap "minio/stable" tap "oven-sh/bun" +tap "qoderai/qoder" tap "t8y2/tap" tap "vitobotta/tap" brew "actionlint" @@ -14,7 +16,6 @@ brew "agent-browser" brew "aliyun-cli" brew "argocd" brew "asciinema" -brew "autojump" brew "awscli" brew "bash" brew "bat" @@ -48,6 +49,7 @@ brew "luajit" brew "luarocks" brew "mas" brew "maven" +brew "mtr" brew "protobuf" brew "mysql@8.4", link: true brew "neofetch" @@ -69,8 +71,10 @@ brew "uv" brew "wget" brew "xcbeautify" brew "yazi" +brew "zoxide" brew "zsh" brew "clojure/tools/clojure" +brew "hashicorp/tap/terraform" brew "minio/stable/mc" brew "oven-sh/bun/bun" brew "vitobotta/tap/hetzner_k3s" @@ -106,6 +110,7 @@ cask "notion" cask "obsidian" cask "only-switch" cask "orbstack" +cask "qoderai/qoder/qodercli" cask "qq" cask "raycast" cask "spotify" @@ -114,6 +119,7 @@ cask "tablepro" cask "teamviewer" cask "telegram" cask "typeless" +cask "d0zingcat/tap/typeswitch" cask "visual-studio-code@insiders" cask "wechat" cask "wechatwork" @@ -126,6 +132,7 @@ mas "Keynote", id: 409183694 mas "Numbers", id: 409203825 mas "Pages", id: 409201541 go "rsc.io/2fa" +go "github.com/air-verse/air" go "golang.org/x/tools/cmd/callgraph" go "github.com/go-delve/delve/cmd/dlv" go "entgo.io/ent/cmd/ent" diff --git a/git/ignore b/git/ignore index 9d49bed..74c5fd2 100644 --- a/git/ignore +++ b/git/ignore @@ -1,3 +1,6 @@ .worktree **/.claude/settings.local.json +# Qoder local files (private, not committed) +AGENTS.local.md +*.local.md