Browse Source

feat: remove pyenv

master
Ein Verne 2 years ago
parent
commit
1065e8ae6d
  1. 9
      config/bootstrap.conf.yml

9
config/bootstrap.conf.yml

@ -26,15 +26,6 @@
then git pull; then git pull;
else git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm; fi else git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm; fi
- shell:
- description: Install pyenv
quiet: true
command: |
if ! command -v pyenv &> /dev/null
then
curl https://pyenv.run | bash
fi
# Change default shell to zsh # Change default shell to zsh
- shell: - shell:
- description: Change default shell to zsh - description: Change default shell to zsh

Loading…
Cancel
Save