dotfiles/maskfile.md

19 lines
270 B
Markdown

# Tom's configurations
These are my configuration files.
## install (project)
> Use GNU Stow to install a configuration.
~~~bash
make ${project}-install
~~~
## uninstall (project)
> Use GNU Stow to uninstall a configuration.
~~~bash
make ${project}-uninstall
~~~