PortValhalla/scripts/Arch/Software/oh-my-posh/main.fish

13 lines
252 B
Fish
Raw Normal View History

2024-09-19 19:58:30 +00:00
#!/bin/env fish
begin
set -l dir (status dirname)
2024-11-01 12:12:16 +00:00
source "$dir/../../lib/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