Installing Dotfiles
Adding a new dotfile
- •
Place the file in the dotfiles repo at its path relative to
$HOME(e.g.,.config/foo/configgoes in~/dotfiles/.config/foo/config) - •
Add the path to the
DOTFILESarray ininstall.sh:bashDOTFILES=(.gitconfig .gitignore_global ... .config/foo/config)
- •
Run
./install.shto create the symlink
Directory configs (Sway, Waybar)
Sway and Waybar configs are symlinked as entire directories by scripts/arch-linux.sh, not via the DOTFILES array. To add a new directory-based config, add symlinking logic to scripts/arch-linux.sh following the existing pattern.