aboutsummaryrefslogtreecommitdiffstats
path: root/maskfile.md
blob: b949281d6035f62207d25cb1fe15ece2494c817c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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"
~~~