mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-17 23:43:46 +01:00
move prompt to scripts
This commit is contained in:
parent
51c7c78a8b
commit
d6dc12b71d
8 changed files with 1 additions and 3 deletions
4
justfile
4
justfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue