feat: added instal-zsh-optionals for instaling (AUR) packages for zsh configuration

This commit is contained in:
Ward Truyen
2025-10-19 10:45:41 +02:00
parent e2c6a96e18
commit 64d0992a24

View File

@@ -7,6 +7,7 @@ print-help :
@echo -e "Help!?!?"
@echo -e "Use 'make instal' to instal this config to your home config"
@echo -e "Use 'make instal-optionals' to instal additional interesting packages: nvim, neovide, wl-clipboard"
@echo -e "Use 'make instal-zsh-optionals' to instal additional interesting packages: zsh, easy-zsh-config, oh-my-posh"
@echo -e "Use 'make code' to get code from your config to this project"
@echo -e "ConfigPath=$(NVIM_CONFIG)"
@@ -21,6 +22,11 @@ instal-optionals :
# sudo pacman -S --needed xsel #Use clipboard in X11
sudo pacman -S --needed neovide #Neovim in graphical enviorment
instal-zsh-optionals :
sudo pacman -S --needed zsh #zsh shell environment
yay -S --needed easy-zsh-config #zsh suggestion/command-completion and syntax higlighting
yay -S --needed oh-my-posh #zsh theme provider
code :
@echo -e "Getting code from $(NVIM_CONFIG)"
cp $(NVIM_CONFIG)*.lua ./