move prompt to scripts

This commit is contained in:
LordMZTE 2022-10-05 15:50:01 +02:00
parent 51c7c78a8b
commit d6dc12b71d
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
8 changed files with 1 additions and 3 deletions

View file

@ -18,6 +18,7 @@ install-scripts target=(`echo $HOME` + "/.local"):
cd scripts/randomwallpaper && zig build -Drelease-fast -p {{target}}
cd scripts/playtwitch && gyro build -Drelease-fast -p {{target}}
cd scripts/prompt && gyro build -Drelease-fast -p {{target}}
cd scripts/mzteinit && gyro build -Drelease-fast -p {{target}}
install-lsps-paru:
@ -32,6 +33,3 @@ install-lsps-paru:
ocamlformat
fi
install-prompt:
cd prompt/ && gyro build -Drelease-fast
cp prompt/zig-out/bin/prompt ~/.local/bin