imbytecat 339a27d736 refactor: 拆分 cli 模块,分离现代终端工具与开发工具链
- 新增 cli 模块:bat, btop, duf, dust, eza, fastfetch, fd,
  git-delta, jq, micro, procs, ripgrep, tealdeer, trash-cli,
  yazi, zoxide + git/mise 用户配置
- dev 瘦身为纯开发工具:语言运行时、LSP、编辑器
- base 还原为无参构造,移除用户配置文件职责
- git config 添加 delta pager 配置
2026-04-02 20:24:23 +08:00
2026-03-26 10:43:44 +08:00

Arch Linux 配置仓库

使用 decman 声明式管理 Arch Linux 系统配置。 默认面向 WSL 环境;裸机使用请按需修改 source.py

使用

WSL 首次启动(默认 root 登录)

  1. 初始化普通用户:
curl -fsSL https://git.furtherverse.com/imbytecat/archlinux-config/raw/branch/main/scripts/wsl-init.sh | bash -s -- <用户名>
  1. 在 PowerShell 中设置默认用户并重启:
wsl --manage archlinux --set-default-user <用户名>
wsl --terminate archlinux
  1. 重新进入 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
S
Description
派生自imbytecat 的 nix-config
Readme 414 KiB
Languages
Nix 90.6%
Just 9.4%