aboutsummaryrefslogtreecommitdiffstats
path: root/st@zenith/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'st@zenith/Makefile')
-rw-r--r--st@zenith/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/st@zenith/Makefile b/st@zenith/Makefile
new file mode 100644
index 0000000..70a49ee
--- /dev/null
+++ b/st@zenith/Makefile
@@ -0,0 +1,10 @@
+.POSIX:
+
+install:
+ ../check-installed-shebang st
+ mkdir -p -- ~/.local/bin
+ ln -sf -- ~/.dotfiles/st@zenith/st ~/.local/bin/
+
+uninstall:
+ +! ../check-installed st
+ -unlink -- ~/.local/bin/st