PortValhalla/scripts/Common/Software/vscode/main.fish

12 lines
275 B
Fish
Raw Normal View History

#!/bin/env fish
begin
set -l dir (status dirname)
source "$dir/../../Scripts/software.fish"
2024-08-23 23:16:56 +00:00
function userConfig -V dir -a name
pwsh -CommandWithArgs '& $args[0] ConfigureUser @{ user=$args[1]; }' "$dir/Main.ps1" $user
end
runInstaller $argv
end