config startship in zsh

This commit is contained in:
2026-01-21 23:04:05 +08:00
parent c5be794640
commit aca04c9bf9
2 changed files with 24 additions and 20 deletions

View File

@@ -58,7 +58,7 @@ function install_plugins() {
fi
fi
# git clone powerlevel10k
# git clone fzf-tab
if [ ! -d "$ZSH_PLUGINS_PATH"/fzf-tab ]; then
echo "fzf-tab is not downloaded. Downloading..."
git clone https://github.com/Aloxaf/fzf-tab.git "$ZSH_PLUGINS_PATH"/fzf-tab
@@ -88,4 +88,6 @@ function install_plugins() {
git pull
fi
fi
echo "All plugins are installed/updated. Run 'exec zsh' to apply changes."
}