From 099959cdcfcebdae1a748e5cf7705cfef86e7119 Mon Sep 17 00:00:00 2001 From: Li Tang Date: Fri, 17 Apr 2026 09:27:02 +0800 Subject: [PATCH] feat: add yazi and lmstudio Signed-off-by: Li Tang --- .zshrc | 6 +++++- setup.sh | 1 + yazi/yazi.toml | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 yazi/yazi.toml diff --git a/.zshrc b/.zshrc index 4c0b162..17b884f 100644 --- a/.zshrc +++ b/.zshrc @@ -23,6 +23,9 @@ export PATH="$PNPM_HOME:$PATH" export PATH="$BUN_HOME/bin:$PATH" export PATH="$HOME/.docker/bin:$PATH" export PATH="$PATH:$HOME/.spicetify" +# Added by LM Studio CLI (lms) +export PATH="$PATH:/Users/d0zingcat/.lmstudio/bin" +# End of LM Studio CLI section export LC_ALL=en_US.UTF-8 export EDITOR=vim @@ -118,7 +121,7 @@ alias grep='ggrep' alias tailscale="/Applications/Tailscale.app/Contents/MacOS/Tailscale" alias ghostty='/Applications/Ghostty.app/Contents/MacOS/ghostty' alias cc='claude' -alias oc='opencode' +alias oc='OPENCODE_EXPERIMENTAL_PLAN_MODE=1 opencode' # -- Functions -- # menu @@ -435,3 +438,4 @@ alias claude-mem='bun "$HOME/.claude/plugins/marketplaces/thedotmack/plugin/scri # 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/setup.sh b/setup.sh index 29add60..b25ee2b 100755 --- a/setup.sh +++ b/setup.sh @@ -43,6 +43,7 @@ CONFIG_FILES=( starship.toml direnv ghostty + yazi ) # Rustup components diff --git a/yazi/yazi.toml b/yazi/yazi.toml new file mode 100644 index 0000000..ec830d7 --- /dev/null +++ b/yazi/yazi.toml @@ -0,0 +1,3 @@ +[manager] +show_hidden = true +show_symlink = true