From 110e50077485412cef8b4aac8f6364694c0374e6 Mon Sep 17 00:00:00 2001 From: Kunmun Date: Sat, 21 Dec 2024 09:06:51 +0530 Subject: [PATCH] dotfiles: archlinux: Install oh-my-posh-bin package https://aur.archlinux.org/packages/oh-my-posh This has to do with the AUR package not installing. Change-Id: I5d45b04025011e951a12cf09a3e0af803489f797 --- share/packages/arch/profiles/default.sh | 2 +- share/packages/arch/special/oh-my-posh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 index e7011a42..5b77d399 100644 --- a/share/packages/arch/special/oh-my-posh +++ b/share/packages/arch/special/oh-my-posh @@ -1 +1 @@ -$aur_helper --noconfirm -S "oh-my-posh" &>> $(_getLogFile) \ No newline at end of file +$aur_helper --noconfirm -S "oh-my-posh-bin" &>> $(_getLogFile)