From 7aee733a3ed3406925fd723d984324c7bd77c911 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Sat, 21 Dec 2024 10:26:17 +0100 Subject: [PATCH] Add oh-my-posh-bin --- share/packages/arch/profiles/default.sh | 2 +- share/packages/arch/special/oh-my-posh | 1 - share/packages/arch/special/oh-my-posh-bin | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 share/packages/arch/special/oh-my-posh create mode 100644 share/packages/arch/special/oh-my-posh-bin diff --git a/share/packages/arch/profiles/default.sh b/share/packages/arch/profiles/default.sh index c65158f3..217d67d0 100644 --- a/share/packages/arch/profiles/default.sh +++ b/share/packages/arch/profiles/default.sh @@ -51,5 +51,5 @@ packages=( "ttf-firacode-nerd" "aylurs-gtk-shell" "nwg-dock-hyprland" - "oh-my-posh" + "oh-my-posh-bin" ); diff --git a/share/packages/arch/special/oh-my-posh b/share/packages/arch/special/oh-my-posh deleted file mode 100644 index e7011a42..00000000 --- a/share/packages/arch/special/oh-my-posh +++ /dev/null @@ -1 +0,0 @@ -$aur_helper --noconfirm -S "oh-my-posh" &>> $(_getLogFile) \ No newline at end of file diff --git a/share/packages/arch/special/oh-my-posh-bin b/share/packages/arch/special/oh-my-posh-bin new file mode 100644 index 00000000..6b67e3c5 --- /dev/null +++ b/share/packages/arch/special/oh-my-posh-bin @@ -0,0 +1 @@ +$aur_helper --noconfirm -S "oh-my-posh-bin" &>> $(_getLogFile) \ No newline at end of file