diff --git a/packages/os.sh b/packages/os.sh index 94a925f..6ed60be 100644 --- a/packages/os.sh +++ b/packages/os.sh @@ -81,6 +81,7 @@ fi for pm in \ apt-get \ + brew \ pacaur \ pacman \ pip3 \ diff --git a/packages/packages.sh b/packages/packages.sh index 7248af1..e89032e 100755 --- a/packages/packages.sh +++ b/packages/packages.sh @@ -48,6 +48,24 @@ download() { # Actual package installation code from here +# macOS brew + +if has_tags pm:brew; then + brew update + brew install \ + coreutils \ + libarchive \ + tar \ + gzip \ + xz \ + jq \ + git \ + gnupg \ + rxvt-unicode \ + zsh \ + zsh-syntax-highlighting +fi + # Arch Linux if has_tags pm:pacman; then