Update for new Mac
This commit is contained in:
parent
93a757aba7
commit
2b5f3020f9
3 changed files with 2 additions and 8 deletions
|
|
@ -1,6 +1,3 @@
|
|||
tap "homebrew/bundle"
|
||||
tap "homebrew/services"
|
||||
|
||||
brew "bat"
|
||||
brew "coreutils"
|
||||
brew "dateutils"
|
||||
|
|
@ -36,5 +33,5 @@ cask "font-iosevka"
|
|||
cask "font-iosevka-slab"
|
||||
cask "gimp"
|
||||
cask "karabiner-elements"
|
||||
cask "nikitabobko/tap/aerospace"
|
||||
cask "nikitabobko/tap/aerospace", trusted: true
|
||||
cask "vlc"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ CURDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|||
brewfile="${CURDIR}/Brewfile"
|
||||
|
||||
bundle() {
|
||||
brew bundle --file "${brewfile}" "${@:-}"
|
||||
brew bundle --file "${brewfile}" "${@+"$@"}"
|
||||
}
|
||||
|
||||
bundle check || bundle
|
||||
|
|
|
|||
Loading…
Reference in a new issue