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/Makefile | 10 ---------- st/st | 15 --------------- 2 files changed, 25 deletions(-) delete mode 100644 st/Makefile delete mode 100755 st/st (limited to 'st') diff --git a/st/Makefile b/st/Makefile deleted file mode 100644 index f288c78..0000000 --- a/st/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -.POSIX: - -install: - ../check-installed-shebang st - mkdir -p -- ~/.local/bin - ln -sf -- ~/.dotfiles/st/st ~/.local/bin/ - -uninstall: - +! ../check-installed st - -unlink -- ~/.local/bin/st diff --git a/st/st b/st/st deleted file mode 100755 index ae7ad89..0000000 --- a/st/st +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/dash - -# TODO -#font="schumacher clean-11" -#font="DejaVu Sans Mono-10" -#font="Mono-9:autohint=true" -font="vectorfixed:pixelsize=11:antialias=false:autohint=false" -#font="Dina TTF Normal-8" -#font="-misc-fixed-medium-r-normal-*-14-*-*-*-c-*-utf-8" - -if test -x /usr/local/bin/st; then - exec /usr/local/bin/st -f "$font" "$@" -else - exec /usr/bin/st -f "$font" "$@" -fi -- cgit v1.2.3-70-g09d2