Compare commits

..

No commits in common. "359ff66c2e1a28438a5ce007c8d4df3e9785743f" and "c0b3a3f738e7bf3dee5a68f493ae7148c8070625" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View File

@ -1,9 +1,5 @@
# macOS ------------------------------------------------------------------------
[packages.darwin]
taps = [
'laishulu/homebrew',
]
brews = [
'chezmoi',
'git',
@ -22,7 +18,7 @@ brews = [
'nodejs',
'java',
'jstkdng/programs/ueberzugpp',
'macism',
'laishulu/homebrew/macism',
]
casks = [

View File

@ -6,9 +6,6 @@ command -v brew >/dev/null 2>&1 || \
(echo '🍺 Installing Homebrew' && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)")
brew bundle --file=/dev/stdin <<EOF
{{ range .packages.darwin.taps -}}
tap {{ . | quote }}
{{ end -}}
{{ range .packages.darwin.brews -}}
brew {{ . | quote }}
{{ end -}}