Watch
1
0
Fork
You've already forked dotfiles
0

Update for new Mac

This commit is contained in:
Jeremy Kaplan 2026-08-30 13:23:40 -04:00
commit 2b5f3020f9
3 changed files with 2 additions and 8 deletions

View file

@ -1,6 +1,3 @@
tap "homebrew/bundle"
tap "homebrew/services"
brew "bat" brew "bat"
brew "coreutils" brew "coreutils"
brew "dateutils" brew "dateutils"
@ -36,5 +33,5 @@ cask "font-iosevka"
cask "font-iosevka-slab" cask "font-iosevka-slab"
cask "gimp" cask "gimp"
cask "karabiner-elements" cask "karabiner-elements"
cask "nikitabobko/tap/aerospace" cask "nikitabobko/tap/aerospace", trusted: true
cask "vlc" cask "vlc"

View file

@ -6,7 +6,7 @@ CURDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
brewfile="${CURDIR}/Brewfile" brewfile="${CURDIR}/Brewfile"
bundle() { bundle() {
brew bundle --file "${brewfile}" "${@:-}" brew bundle --file "${brewfile}" "${@+"$@"}"
} }
bundle check || bundle bundle check || bundle

View file

@ -8,6 +8,3 @@ alias date='gdate'
alias awk='gawk' alias awk='gawk'
source ~/.profile source ~/.profile
[ -s "/opt/homebrew/opt/nvm/nvm.sh" ] && source "/opt/homebrew/opt/nvm/nvm.sh"
[ -s "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" ] && source "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm"