From 0f1df0db903ba576fd17b08197d3066af7a61e5f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 18 Nov 2023 23:23:40 +0100 Subject: A lot of changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- st/Makefile | 6 ++---- st/st | 2 ++ 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'st') diff --git a/st/Makefile b/st/Makefile index e9e6f52..f288c78 100644 --- a/st/Makefile +++ b/st/Makefile @@ -1,12 +1,10 @@ .POSIX: -include ../common.mk install: - $(CHECK_INSTALLED) dash + ../check-installed-shebang st mkdir -p -- ~/.local/bin ln -sf -- ~/.dotfiles/st/st ~/.local/bin/ uninstall: + +! ../check-installed st -unlink -- ~/.local/bin/st - -.PHONY: install uninstall diff --git a/st/st b/st/st index 79422c5..ae7ad89 100755 --- a/st/st +++ b/st/st @@ -1,9 +1,11 @@ #!/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 -- cgit v1.2.3-70-g09d2