add iterm2
This commit is contained in:
parent
d30daa6a9f
commit
b92623f86d
@ -4,6 +4,7 @@ chezmoi.code-workspace
|
|||||||
|
|
||||||
{{ if ne .chezmoi.os "darwin" }}
|
{{ if ne .chezmoi.os "darwin" }}
|
||||||
.chezmoiscripts/run_onchange_before_darwin-install-packages.sh.tmpl
|
.chezmoiscripts/run_onchange_before_darwin-install-packages.sh.tmpl
|
||||||
|
.config/iterm2/com.googlecode.iterm2.plist
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if ne .chezmoi.os "linux" }}
|
{{ if ne .chezmoi.os "linux" }}
|
||||||
.chezmoiscripts/run_onchange_before_linux-install-packages.sh.tmpl
|
.chezmoiscripts/run_onchange_before_linux-install-packages.sh.tmpl
|
||||||
|
@ -2,3 +2,8 @@
|
|||||||
|
|
||||||
zsh -i -c 'zinit update'
|
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 -}}
|
1177
dot_config/iterm2/com.googlecode.iterm2.plist
Normal file
1177
dot_config/iterm2/com.googlecode.iterm2.plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user