2024-09-19 19:58:30 +00:00
|
|
|
#!/bin/env fish
|
|
|
|
begin
|
|
|
|
set -l dir (status dirname)
|
|
|
|
source "$dir/../../Scripts/software.fish"
|
2024-10-13 13:35:24 +00:00
|
|
|
inherit "$dir/../../../Common/Software/oh-my-posh/main.fish"
|
2024-09-19 19:58:30 +00:00
|
|
|
|
|
|
|
function installSW
|
|
|
|
yayinst oh-my-posh-bin
|
|
|
|
end
|
|
|
|
|
|
|
|
runInstaller $argv
|
|
|
|
end
|