Thanks to visit codestin.com
Credit goes to github.com

Skip to content

oliverdding/dotfiles

Repository files navigation

dotfiles

personal dotfiles managed by chezmoi.

Usage

Install chezmoi first and execute:

chezmoi init --apply oliverdding

Or 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 oliverdding

Font configuration

See also: 用 fontconfig 治理 Linux 中的字体

XDG

See also:

Darwin

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}"