|
|
@ -1,6 +1,7 @@ |
|
|
|
# Setup zinit |
|
|
|
# Setup zinit |
|
|
|
- create: |
|
|
|
- create: |
|
|
|
- ~/.zinit |
|
|
|
- ~/.zinit |
|
|
|
|
|
|
|
- ~/.tmux |
|
|
|
|
|
|
|
|
|
|
|
- shell: |
|
|
|
- shell: |
|
|
|
- description: Clone zinit |
|
|
|
- description: Clone zinit |
|
|
@ -16,7 +17,7 @@ |
|
|
|
command: | |
|
|
|
command: | |
|
|
|
if cd ~/.tmux/plugins/tpm; |
|
|
|
if cd ~/.tmux/plugins/tpm; |
|
|
|
then git pull; |
|
|
|
then git pull; |
|
|
|
else git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm |
|
|
|
else git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm; fi |
|
|
|
|
|
|
|
|
|
|
|
# Change default shell to zsh |
|
|
|
# Change default shell to zsh |
|
|
|
- shell: |
|
|
|
- shell: |
|
|
|