diff --git a/justfile b/justfile index ea254d2..6297e94 100644 --- a/justfile +++ b/justfile @@ -9,6 +9,7 @@ install TARGET='all' DIR="~/.bin/": #!/usr/bin/bash if [[ {{TARGET}} == 'all' ]]; then just install scripts {{DIR}} + just install dos-var {{DIR}} just install env-share {{DIR}} just install mkwin {{DIR}} just install path-convert {{DIR}} diff --git a/scripts/justfile b/scripts/justfile index a6210f0..5f687ea 100644 --- a/scripts/justfile +++ b/scripts/justfile @@ -7,5 +7,4 @@ install DIR="~/.bin": cp explorer.sh {{DIR}}/explorer cp pwsh.sh {{DIR}}/pwsh cp terminal.sh {{DIR}}/terminal - cp userprofile.sh {{DIR}}/userprofile