Ondersteun mogelijkheid laptop te sluiten.
[Dotty.git] / README.md
1 # About
2 Dotty is my repository for dotfiles - various configuration files residing in $HOME.
4 # How to deploy configuration
5 Use `stow` in the root folder, followed by the folder whose config needs to be deployed.
7 # Format
8 Each program that has configuration files has its own subfolder in Dotty.
9 Within that folder, the $HOME folder structure is assumed. Hence Dotty/program/.config/config.txt will be deployed to $HOME/.config/config.txt once `stow program` is executed.