mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 16:32:56 +01:00
add file extensions to scripts
This commit is contained in:
parent
5c2dfe851d
commit
61778a8dfe
7 changed files with 6 additions and 3 deletions
9
justfile
9
justfile
|
@ -14,9 +14,12 @@ zls-git
|
|||
"
|
||||
|
||||
install-scripts target=(`echo $HOME` + "/.local"):
|
||||
ln -sf \
|
||||
`pwd`/scripts/{map-touch-display,playvid,start-joshuto,withjava,startriver,update-nvim-plugins} \
|
||||
{{target}}/bin
|
||||
ln -sf `pwd`/scripts/map-touch-display.rkt {{target}}/bin/map-touch-display
|
||||
ln -sf `pwd`/scripts/playvid.rkt {{target}}/bin/playvid
|
||||
ln -sf `pwd`/scripts/start-joshuto.sh {{target}}/bin/start-joshuto
|
||||
ln -sf `pwd`/scripts/startriver.sh {{target}}/bin/startriver
|
||||
ln -sf `pwd`/scripts/update-nvim-plugins.rkt {{target}}/bin/update-nvim-plugins
|
||||
ln -sf `pwd`/scripts/withjava.sh {{target}}/bin/withjava
|
||||
|
||||
cd scripts/randomwallpaper && zig build -Doptimize=ReleaseFast -p {{target}}
|
||||
cd scripts/vinput && zig build -Doptimize=ReleaseFast -p {{target}}
|
||||
|
|
Loading…
Reference in a new issue