Those files are managed by pauloromeira/provision, but they can also be applied by running:
./stow.sh
To add os-specific dotfiles, place a directory starting with @
followed by the OS_ID
,
under the desired app directory. You can use the following command, replacing <APP_ID>
:
mkdir -p <APP_DIR>/@$(cat /etc/os-release | grep -Poh '^ID=\K.*')
Any files under this directory will only be applied to its related OS.
Place a .stow-local-ignore
under the dotfiles dir