aboutsummaryrefslogtreecommitdiffstats
path: root/maskfile.md
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-04-22 23:35:54 -0700
committerGravatar Tom Willemse2020-04-22 23:35:54 -0700
commit5ebf5e1d21b46b31ede1c83be48d8816826b48d8 (patch)
tree40189a16101e5d52311823f77eb66a6151390bf1 /maskfile.md
parent0a06d13dbde04b3e51b8abc9381cf55857d57f4a (diff)
downloadnew-dotfiles-5ebf5e1d21b46b31ede1c83be48d8816826b48d8.tar.gz
new-dotfiles-5ebf5e1d21b46b31ede1c83be48d8816826b48d8.zip
Try out Mask
Diffstat (limited to 'maskfile.md')
-rw-r--r--maskfile.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/maskfile.md b/maskfile.md
new file mode 100644
index 0000000..b949281
--- /dev/null
+++ b/maskfile.md
@@ -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"
+~~~