add iterm2
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
zsh -i -c 'zinit update'
|
||||
vim +PlugInstall +qall
|
||||
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 -}}
|
||||
Reference in New Issue
Block a user