1
0
Fork 0

brew: universal-ctags

This commit is contained in:
Jeremy Kaplan 2020-03-17 11:31:16 -07:00
commit 8c7c773970
3 changed files with 2 additions and 1 deletions

View file

@ -5,4 +5,5 @@ set -euo pipefail
CURDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
comm -13 <(brew list --full-name | sort) <(sort "${CURDIR}/formulae") | xargs brew install
comm -13 <(brew list --full-name | sort) <(sort "${CURDIR}/head-only") | xargs brew install --HEAD
comm -13 <(brew cask list) <(sort "${CURDIR}/casks") | xargs brew cask install