dotfiles/maskfile.md

20 lines
255 B
Markdown
Raw Normal View History

2020-04-23 08:35:54 +02:00
# Tom's configurations
These are my configuration files.
## install (project)
> Use GNU Stow to install a configuration.
~~~bash
stow "$project"
~~~
## uninstall (project)
> Use GNU Stow to uninstall a configuration.
~~~bash
stow -D "$project"
~~~