refactor(modules): 提取 ZshModule 并将所有模块移入 modules/ 包

This commit is contained in:
2026-03-26 14:26:07 +08:00
parent f6c0c8791b
commit 6ea16d27e1
6 changed files with 44 additions and 22 deletions
-5
View File
@@ -37,11 +37,6 @@ yay -S --needed --noconfirm decman
echo "==> 应用系统配置..."
sudo decman --source "$CONFIG_DIR/source.py" < /dev/tty
echo "==> 设置默认 shell 为 zsh..."
if [ "$SHELL" != "$(which zsh)" ]; then
sudo chsh -s "$(which zsh)" "$USER"
fi
echo ""
echo "✓ 安装完成!重新登录以使用 zsh。"
echo ""