From 5ebf5e1d21b46b31ede1c83be48d8816826b48d8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 22 Apr 2020 23:35:54 -0700 Subject: Try out Mask --- maskfile.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 maskfile.md 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" +~~~ -- cgit v1.2.3-54-g00ecf