2024-09-19 19:58:30 +00:00
|
|
|
#!/bin/env fish
|
|
|
|
begin
|
|
|
|
set -l dir (status dirname)
|
|
|
|
source "$dir/../../Scripts/software.fish"
|
2024-10-11 23:54:31 +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
|