personal dotfiles managed by chezmoi.
Install chezmoi first and execute:
chezmoi init --apply oliverddingOr if the system package manager doesn't contain chezmoi so you would like to install it's binary directly from web:
BINDIR="$HOME/.local/bin" sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply oliverddingSee also: 用 fontconfig 治理 Linux 中的字体
See also:
This dotfiles would use launchctl to start gpg-agent and configure all related stuff:
After installing the whole system and reboot to load PATH, execute the command below to set PATH for GUI APP:
sudo launchctl config user path "${PATH}"