Add oh-my-posh as shell dependency

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2022-09-20 15:12:47 +02:00
parent 2e434fdee3
commit ae4fc40589
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

View File

@ -7,7 +7,7 @@ pkgname=(
luzifer-gui luzifer-gui
luzifer-lenovo-gui luzifer-lenovo-gui
) )
pkgver=0.7.0 pkgver=0.8.0
pkgrel=1 pkgrel=1
pkgdesc='System configuration for @luzifer systems' pkgdesc='System configuration for @luzifer systems'
arch=(any) arch=(any)
@ -90,7 +90,10 @@ package_luzifer-base() {
) )
# Add shell # Add shell
depends+=(zsh) depends+=(
oh-my-posh
zsh
)
# Add editor # Add editor
depends+=(neovim python-pynvim) depends+=(neovim python-pynvim)