Compare commits
3 Commits
b70e203aac
...
f01107e827
Author | SHA1 | Date | |
---|---|---|---|
f01107e827 | |||
a274a96b8b | |||
da1ea82a5d |
6
.chezmoiscripts/run_once_after_apply.sh.tmpl
Normal file
6
.chezmoiscripts/run_once_after_apply.sh.tmpl
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
{{ if eq .chezmoi.os "darwin" -}}
|
||||||
|
defaults write com.googlecode.iterm2 PrefsCustomFolder -string "~/.config/iterm2"
|
||||||
|
defaults write com.googlecode.iterm2 LoadPrefsFromCustomFolder -bool true
|
||||||
|
{{ end -}}
|
@ -2,8 +2,3 @@
|
|||||||
|
|
||||||
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 -}}
|
|
@ -207,7 +207,6 @@ chezmoi apply
|
|||||||
相關工具參考連結
|
相關工具參考連結
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
* <https://www.ditig.com/256-colors-cheat-sheet>
|
* <https://www.ditig.com/256-colors-cheat-sheet>
|
||||||
https://github.com/zdharma-continuum/zinit
|
|
||||||
工具官網
|
工具官網
|
||||||
* <https://www.chezmoi.io/>
|
* <https://www.chezmoi.io/>
|
||||||
* <https://github.com/zdharma-continuum/zinit>
|
* <https://github.com/zdharma-continuum/zinit>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user