refactor(locale): 提取 locale 配置为 decman Module

This commit is contained in:
2026-03-26 11:10:39 +08:00
parent 976be7b75d
commit 4118392c64
3 changed files with 22 additions and 12 deletions
-3
View File
@@ -37,9 +37,6 @@ yay -S --needed --noconfirm decman
echo "==> 应用系统配置..."
sudo decman --source "$CONFIG_DIR/source.py"
echo "==> 生成 locale..."
sudo locale-gen
echo "==> 设置默认 shell 为 zsh..."
if [ "$SHELL" != "$(which zsh)" ]; then
sudo chsh -s "$(which zsh)" "$USER"