Try out Mask
This commit is contained in:
parent
0a06d13dbd
commit
5ebf5e1d21
1 changed files with 27 additions and 0 deletions
27
maskfile.md
Normal file
27
maskfile.md
Normal 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"
|
||||
~~~
|
Loading…
Reference in a new issue