addet oh-my-posh config

This commit is contained in:
pika 2024-08-17 21:48:46 +02:00
parent e956d15559
commit 8eb40f8da9

View file

@ -223,7 +223,7 @@ _cli_qol_() {
if command_exists oh-my-posh; then
# eval "$(oh-my-posh init bash --config 'https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/amro.omp.json')"
eval "$(oh-my-posh init bash --config 'https://git.k4li.de/dotfiles/oh-my-posh/raw/branch/main/amro.toml')"
# eval "$(oh-my-posh init bash --config '~/git/oh-my-posh/amro.toml')"
# eval "$(oh-my-posh init bash --config '~/gitea/dotfiles/oh-my-posh/amro.toml')"
else
curl -s https://ohmyposh.dev/install.sh | sudo bash -s -- -d /usr/bin/
fi