Skip to content

Commit

Permalink
dotfiles: archlinux: Install oh-my-posh-bin package
Browse files Browse the repository at this point in the history
https://aur.archlinux.org/packages/oh-my-posh
This has to do with the AUR package not installing.

Change-Id: I5d45b04025011e951a12cf09a3e0af803489f797
  • Loading branch information
ElectroPerf committed Dec 21, 2024
1 parent a545694 commit 110e500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion share/packages/arch/profiles/default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ packages=(
"ttf-firacode-nerd"
"aylurs-gtk-shell"
"nwg-dock-hyprland"
"oh-my-posh"
"oh-my-posh-bin"
);
2 changes: 1 addition & 1 deletion share/packages/arch/special/oh-my-posh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$aur_helper --noconfirm -S "oh-my-posh" &>> $(_getLogFile)
$aur_helper --noconfirm -S "oh-my-posh-bin" &>> $(_getLogFile)

1 comment on commit 110e500

@mylinuxforwork
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ElectroPerf Have pushed this change to the main branch.

Please sign in to comment.