mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-13 15:09:34 +00:00
feat: add yazi and lmstudio
Signed-off-by: Li Tang <iamtangli42@gmail.com>
This commit is contained in:
6
.zshrc
6
.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"
|
||||
|
||||
|
||||
1
setup.sh
1
setup.sh
@@ -43,6 +43,7 @@ CONFIG_FILES=(
|
||||
starship.toml
|
||||
direnv
|
||||
ghostty
|
||||
yazi
|
||||
)
|
||||
|
||||
# Rustup components
|
||||
|
||||
3
yazi/yazi.toml
Normal file
3
yazi/yazi.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[manager]
|
||||
show_hidden = true
|
||||
show_symlink = true
|
||||
Reference in New Issue
Block a user