Add ohmyzsh plugin, change installation of pyenv

This commit is contained in:
2021-04-26 10:47:28 +02:00
parent 81e282a975
commit c20a84ff16
4 changed files with 7 additions and 4 deletions

View File

@@ -3,9 +3,15 @@
# Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# Install zsh-autosuggestions plugin
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
# Install asdf-vm
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.8.0
# Install pyenv
git clone https://github.com/pyenv/pyenv.git ~/.pyenv
# Install starship
sh -c "$(curl -fsSL https://starship.rs/install.sh)"