aboutsummaryrefslogtreecommitdiffstats
path: root/st
diff options
context:
space:
mode:
Diffstat (limited to 'st')
-rw-r--r--st/Makefile6
-rwxr-xr-xst/st2
2 files changed, 4 insertions, 4 deletions
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