aboutsummaryrefslogtreecommitdiffstats
path: root/maskfile.md
blob: bb2b568e8a9442bf939a15211fa33e73b1634108 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
~~~