fix nvim ime: macOS install macism
This commit is contained in:
parent
f3000a5885
commit
359ff66c2e
@ -1,5 +1,9 @@
|
|||||||
# macOS ------------------------------------------------------------------------
|
# macOS ------------------------------------------------------------------------
|
||||||
[packages.darwin]
|
[packages.darwin]
|
||||||
|
taps = [
|
||||||
|
'laishulu/homebrew',
|
||||||
|
]
|
||||||
|
|
||||||
brews = [
|
brews = [
|
||||||
'chezmoi',
|
'chezmoi',
|
||||||
'git',
|
'git',
|
||||||
@ -18,6 +22,7 @@ brews = [
|
|||||||
'nodejs',
|
'nodejs',
|
||||||
'java',
|
'java',
|
||||||
'jstkdng/programs/ueberzugpp',
|
'jstkdng/programs/ueberzugpp',
|
||||||
|
'macism',
|
||||||
]
|
]
|
||||||
|
|
||||||
casks = [
|
casks = [
|
||||||
|
@ -6,6 +6,9 @@ command -v brew >/dev/null 2>&1 || \
|
|||||||
(echo '🍺 Installing Homebrew' && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)")
|
(echo '🍺 Installing Homebrew' && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)")
|
||||||
|
|
||||||
brew bundle --file=/dev/stdin <<EOF
|
brew bundle --file=/dev/stdin <<EOF
|
||||||
|
{{ range .packages.darwin.taps -}}
|
||||||
|
tap {{ . | quote }}
|
||||||
|
{{ end -}}
|
||||||
{{ range .packages.darwin.brews -}}
|
{{ range .packages.darwin.brews -}}
|
||||||
brew {{ . | quote }}
|
brew {{ . | quote }}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user