Browse Source

Add asdf

ubuntu_ci
Ein Verne 4 years ago
parent
commit
2c8f8c8b60
No known key found for this signature in database
GPG Key ID: F80B65F734D9DD7D
  1. 1
      .zshrc
  2. 3
      install.sh

1
.zshrc

@ -21,6 +21,7 @@ fi
antigen use oh-my-zsh antigen use oh-my-zsh
# Bundles from the default repo (robbyrussell's oh-my-zsh). # Bundles from the default repo (robbyrussell's oh-my-zsh).
antigen bundle asdf
antigen bundle git antigen bundle git
antigen bundle git-extras antigen bundle git-extras
antigen bundle git-flow antigen bundle git-flow

3
install.sh

@ -37,5 +37,8 @@ if [ "$use_vim_configs" == "Y" ] || [ "$use_vim_configs" == "y" ]; then
git clone [email protected]:zsh-users/antigen.git $HOME/antigen git clone [email protected]:zsh-users/antigen.git $HOME/antigen
fi fi
# install asdf
git clone https://github.com/asdf-vm/asdf.git ~/.asdf
git submodule init && git submodule update git submodule init && git submodule update

Loading…
Cancel
Save