Browse Source

Fix CI

pull/6/head
Ein Verne 3 years ago
parent
commit
a29baf4e26
No known key found for this signature in database
GPG Key ID: 926634D64ACAD792
  1. 3
      config/bootstrap.conf.yml

3
config/bootstrap.conf.yml

@ -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:

Loading…
Cancel
Save