From 1065e8ae6d9b8c052492848e830cb0f10cb7b1e1 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Tue, 14 Mar 2023 16:18:16 +0900 Subject: [PATCH] feat: remove pyenv --- config/bootstrap.conf.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/config/bootstrap.conf.yml b/config/bootstrap.conf.yml index 2950366..f92992d 100644 --- a/config/bootstrap.conf.yml +++ b/config/bootstrap.conf.yml @@ -26,15 +26,6 @@ then git pull; 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 - shell: - description: Change default shell to zsh