bbb192ffd5621dfaca41aff3346c753e1cb4f35b
- 新增包:starship, atuin, direnv, xh, yq, sd, zellij - 重写 .zshrc:Starship 提示符、Atuin 历史搜索、fzf 键绑定、 增强别名(eza --icons, ll, la, lt)、shell 选项、WSL 剪贴板 - 新增 starship.toml 配置 - 优化 git config:SSL 限定到内网地址、pull.rebase、 push.autoSetupRemote、rerere、delta line-numbers
Arch Linux 配置仓库
使用 decman 声明式管理 Arch Linux 系统配置。
默认面向 WSL 环境;裸机使用请按需修改 source.py。
使用
WSL 首次启动(默认 root 登录)
- 初始化普通用户:
curl -fsSL https://git.furtherverse.com/imbytecat/archlinux-config/raw/branch/main/scripts/wsl-init.sh | bash -s -- <用户名>
- 在 PowerShell 中设置默认用户并重启:
wsl --manage archlinux --set-default-user <用户名>
wsl --terminate archlinux
- 重新进入 WSL,以普通用户执行:
curl -fsSL https://git.furtherverse.com/imbytecat/archlinux-config/raw/branch/main/scripts/install.sh | bash
非 WSL 环境
直接执行第 3 步。
更新配置
cd ~/.config/archlinux-config && git pull && sudo decman
Description
Languages
Python
63.1%
Shell
36.9%