#!/bin/env fish begin set -l dir (status dirname) source "$dir/../../Scripts/software.fish" inherit "$dir/../../../Common/Software/oh-my-posh/main.fish" function installSW yayinst oh-my-posh-bin end runInstaller $argv end