add st as default terminal

This commit is contained in:
davidovski 2023-07-15 23:30:56 +01:00
parent b85872dfc9
commit 4f5d2bab93
5 changed files with 1027 additions and 7 deletions

1004
st/davidovski.patch Normal file

File diff suppressed because it is too large Load diff

12
st/deploy.sh Executable file
View file

@ -0,0 +1,12 @@
#!/bin/sh
wd="$HOME/.local/src/st"
[ ! -d "$HOME/.local/src" ] && mkdir -p "$wd"
git clone https://git.suckless.org/st "$wd"
patch -d "$wd" -p1 -i davidovski.patch
make -C "$wd"
doas make -C "$wd" install PREFIX=/usr