mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
add st as default terminal
This commit is contained in:
parent
b85872dfc9
commit
4f5d2bab93
5 changed files with 1027 additions and 7 deletions
1004
st/davidovski.patch
Normal file
1004
st/davidovski.patch
Normal file
File diff suppressed because it is too large
Load diff
12
st/deploy.sh
Executable file
12
st/deploy.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue