From 2c8f8c8b609ae6dc359be727bbcc4346e3cb551c Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Fri, 31 Jul 2020 08:58:48 +0800 Subject: [PATCH] Add asdf --- .zshrc | 1 + install.sh | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index e6a7efa..26ce70e 100644 --- a/.zshrc +++ b/.zshrc @@ -21,6 +21,7 @@ fi antigen use oh-my-zsh # Bundles from the default repo (robbyrussell's oh-my-zsh). +antigen bundle asdf antigen bundle git antigen bundle git-extras antigen bundle git-flow diff --git a/install.sh b/install.sh index 65465bc..1ca62f2 100755 --- a/install.sh +++ b/install.sh @@ -37,5 +37,8 @@ if [ "$use_vim_configs" == "Y" ] || [ "$use_vim_configs" == "y" ]; then git clone git@github.com:zsh-users/antigen.git $HOME/antigen fi +# install asdf +git clone https://github.com/asdf-vm/asdf.git ~/.asdf + git submodule init && git submodule update