brew: universal-ctags
This commit is contained in:
parent
0e29ed0b7d
commit
8c7c773970
3 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
ctags
|
|
||||||
dateutils
|
dateutils
|
||||||
direnv
|
direnv
|
||||||
entr
|
entr
|
||||||
|
|
|
||||||
1
brew/head-only
Normal file
1
brew/head-only
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
universal-ctags/universal-ctags/universal-ctags
|
||||||
|
|
@ -5,4 +5,5 @@ set -euo pipefail
|
||||||
CURDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
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}/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
|
comm -13 <(brew cask list) <(sort "${CURDIR}/casks") | xargs brew cask install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue