Skip to content

Instantly share code, notes, and snippets.

@schweigert
Last active June 9, 2020 14:43
Show Gist options
  • Save schweigert/13ca8444b14e75da106dc74372264d64 to your computer and use it in GitHub Desktop.
Save schweigert/13ca8444b14e75da106dc74372264d64 to your computer and use it in GitHub Desktop.
Instalação ASDF
# Dependências
sudo pacman -S git
# Instalação
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.7.8
echo -e '\n. $HOME/.asdf/asdf.sh' >> ~/.profile
echo -e '\n source ~/.profile' >> ~/.bashrc
echo -e '\n source ~/.profile' >> ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment