Add scripts for installing PS modules
This commit is contained in:
parent
dce71478e7
commit
ea533b20a5
11
scripts/Common/Software/Terminal-Icons/main.fish
Executable file
11
scripts/Common/Software/Terminal-Icons/main.fish
Executable file
|
@ -0,0 +1,11 @@
|
||||||
|
#!/bin/env fish
|
||||||
|
begin
|
||||||
|
set -l dir (status dirname)
|
||||||
|
source "$dir/../../Scripts/software.fish"
|
||||||
|
|
||||||
|
function installSW -V dir
|
||||||
|
sudo -HE pwsh "$dir/Manage.ps1"
|
||||||
|
end
|
||||||
|
|
||||||
|
runInstaller $argv
|
||||||
|
end
|
11
scripts/Common/Software/posh-git/main.fish
Executable file
11
scripts/Common/Software/posh-git/main.fish
Executable file
|
@ -0,0 +1,11 @@
|
||||||
|
#!/bin/env fish
|
||||||
|
begin
|
||||||
|
set -l dir (status dirname)
|
||||||
|
source "$dir/../../Scripts/software.fish"
|
||||||
|
|
||||||
|
function installSW -V dir
|
||||||
|
sudo -HE pwsh "$dir/Manage.ps1"
|
||||||
|
end
|
||||||
|
|
||||||
|
runInstaller $argv
|
||||||
|
end
|
Loading…
Reference in a new issue