Try out Mask

This commit is contained in:
Tom Willemse 2020-04-22 23:35:54 -07:00
parent 0a06d13dbd
commit 5ebf5e1d21

27
maskfile.md Normal file
View file

@ -0,0 +1,27 @@
# Tom's configurations
These are my configuration files.
## install (project)
> Use GNU Stow to install a configuration.
~~~bash
stow "$project"
~~~
## install stumpwm
> Do something else
~~~bash
echo installing stumpwm
~~~
## uninstall (project)
> Use GNU Stow to uninstall a configuration.
~~~bash
stow -D "$project"
~~~