Last active
June 9, 2020 14:43
-
-
Save schweigert/13ca8444b14e75da106dc74372264d64 to your computer and use it in GitHub Desktop.
Instalação ASDF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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