From 654370f4f08f637efeb8ec4e052edf9f928daccf Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 20 Mar 2024 21:36:52 +0100 Subject: [PATCH] Install Oh My Posh! on powershell --- scripts/Common/Config/Oh My Posh/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/Common/Config/Oh My Posh/install.sh b/scripts/Common/Config/Oh My Posh/install.sh index 87814113..a2172198 100755 --- a/scripts/Common/Config/Oh My Posh/install.sh +++ b/scripts/Common/Config/Oh My Posh/install.sh @@ -17,4 +17,6 @@ cat ~/.mnt/$NEXTCLOUD_DIR/.omp/manuel.omp.json | sudo tee "$themeDir/manuel.omp. echo "oh-my-posh completion fish | source"; } | sudo tee /etc/fish/conf.d/oh-my-posh.fish; +pwsh ./install.ps1; + popd > /dev/null;