Install Oh My Posh! on powershell

This commit is contained in:
Manuel Thalmann 2024-03-20 21:36:52 +01:00
parent 3289d7173b
commit 8531917500

View file

@ -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;