9 lines
261 B
Bash
9 lines
261 B
Bash
#!/bin/sh
|
|
|
|
zsh -i -c 'zinit update'
|
|
vim +PlugInstall +qall
|
|
|
|
{{ if eq .chezmoi.os "darwin" -}}
|
|
defaults write com.googlecode.iterm2 PrefsCustomFolder -string "~/.config/iterm2"
|
|
defaults write com.googlecode.iterm2 LoadPrefsFromCustomFolder -bool true
|
|
{{ end -}} |