dotfiles/maskfile.md

20 lines
270 B
Markdown
Raw Normal View History

2020-04-22 23:35:54 -07:00
# Tom's configurations
These are my configuration files.
## install (project)
> Use GNU Stow to install a configuration.
~~~bash
2020-04-24 20:49:40 -07:00
make ${project}-install
2020-04-22 23:35:54 -07:00
~~~
## uninstall (project)
> Use GNU Stow to uninstall a configuration.
~~~bash
2020-04-24 20:49:40 -07:00
make ${project}-uninstall
2020-04-22 23:35:54 -07:00
~~~