diff --git a/packages/packages.sh b/packages/packages.sh index 69ccc9c..948ab4d 100755 --- a/packages/packages.sh +++ b/packages/packages.sh @@ -41,7 +41,8 @@ if has_tags pm:pacman; then tar \ gzip \ xz \ - jq + jq \ + git # yay if ! has_tags pm:yay; then @@ -99,7 +100,8 @@ if has_tags pm:apt; then python3-pip \ zsh \ zsh-syntax-highlighting \ - jq + jq \ + git if has_tags desktop; then apt_install ibus fi