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