From e1e72fd834390739eb44ce962dcaec6c41aad4ff Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sat, 9 Oct 2021 22:42:47 +0200 Subject: [PATCH] Integrate customizepkg. --- home/dotfiles/config/yay/config.json.jq | 1 + packages/packages.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/home/dotfiles/config/yay/config.json.jq b/home/dotfiles/config/yay/config.json.jq index 0264fb0..8fc1b6d 100644 --- a/home/dotfiles/config/yay/config.json.jq +++ b/home/dotfiles/config/yay/config.json.jq @@ -1 +1,2 @@ .pacmanbin = "/usr/bin/powerpill" +| .makepkgbin = "makepkg-customizepkg" diff --git a/packages/packages.sh b/packages/packages.sh index 817a29f..2531838 100755 --- a/packages/packages.sh +++ b/packages/packages.sh @@ -110,6 +110,7 @@ if has_tags pm:pacman; then # from here on we should have yay available yay_install \ + customizepkg-git \ zsh \ zsh-syntax-highlighting \ logo-ls