Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 733 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 733 Bytes

Dotfiles

Those files are managed by pauloromeira/provision, but they can also be applied by running:

./stow.sh

OS Specific

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.

Dependencies

Ignoring files

Place a .stow-local-ignore under the dotfiles dir

References