From 9e61d4b3a6c16ea7e914956a571849d14c0e0baf Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 6 May 2024 10:17:18 +0200 Subject: Update clawsrc and make python and st exclusive to zenith MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- st@zenith/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 st@zenith/Makefile (limited to 'st@zenith/Makefile') 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 -- cgit v1.2.3-70-g09d2