ENH add install for local PKGBUILDS

This commit is contained in:
Nathan Dwarshuis 2021-03-09 23:08:52 -05:00
parent 63caa4ed86
commit 4e3b316ca7
1 changed files with 14 additions and 0 deletions

View File

@ -48,3 +48,17 @@ yay -S stack-static autorandr feh xorg-server xorg-xset libpulse playerctl \
# zsh # zsh
sudo pacman -S zsh zsh-completions zsh-syntax-highlighting 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