ENH add install for local PKGBUILDS
This commit is contained in:
parent
63caa4ed86
commit
4e3b316ca7
|
@ -48,3 +48,17 @@ yay -S stack-static autorandr feh xorg-server xorg-xset libpulse playerctl \
|
|||
|
||||
# zsh
|
||||
sudo pacman -S zsh zsh-completions zsh-syntax-highlighting
|
||||
|
||||
## local packages
|
||||
PKGBUILD_dir="$HOME/.local/share/packages"
|
||||
|
||||
cd "$PKGBUILD_dir/clevo-xsm-wmi-dkms"
|
||||
makepkg -s -r -i --noconfirm
|
||||
|
||||
cd "$PKGBUILD_dir/conky-lua"
|
||||
makepkg -s -r -i --noconfirm
|
||||
|
||||
cd "$PKGBUILD_dir/xkb-hypermode"
|
||||
makepkg -s -r -i --noconfirm
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue