mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-16 06:52:10 +01:00
update justfile
This commit is contained in:
parent
597526ced8
commit
353679bd0c
1 changed files with 8 additions and 3 deletions
11
justfile
11
justfile
|
@ -7,16 +7,21 @@ vscode-langservers-extracted
|
|||
yaml-language-server
|
||||
"
|
||||
|
||||
install-scripts target=(`echo $HOME` + "/.local/bin"):
|
||||
cargo build --release --manifest-path scripts/randomwallpaper/Cargo.toml
|
||||
cargo build --release --manifest-path scripts/playtwitch/Cargo.toml
|
||||
install-scripts target=(`echo $HOME` + "/.local/bin"): build-scripts
|
||||
cp scripts/randomwallpaper/target/release/randomwallpaper {{target}}/randomwallpaper
|
||||
cp scripts/playtwitch/target/release/playtwitch {{target}}/playtwitch
|
||||
cp scripts/gpower/target/release/gpower {{target}}/gpower
|
||||
|
||||
ln -sf \
|
||||
`pwd`/scripts/{start-joshuto,withjava} \
|
||||
{{target}}
|
||||
|
||||
|
||||
build-scripts:
|
||||
cargo build --release --manifest-path scripts/randomwallpaper/Cargo.toml
|
||||
cargo build --release --manifest-path scripts/playtwitch/Cargo.toml
|
||||
cargo build --release --manifest-path scripts/gpower/Cargo.toml
|
||||
|
||||
install-lsps-paru:
|
||||
#!/bin/sh
|
||||
paru -S --needed --noconfirm {{replace(lsps, "\n", " ")}}
|
||||
|
|
Loading…
Reference in a new issue