Compare commits
No commits in common. "f01107e8275d479994fc7570da7a603412356215" and "b70e203aac9c3614ccb890a9e7fc21148ea66eee" have entirely different histories.
f01107e827
...
b70e203aac
@ -1,6 +0,0 @@
|
|||||||
#!/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,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 -}}
|
@ -207,6 +207,7 @@ 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