Skip to content

Instantly share code, notes, and snippets.

@natterstefan
Created March 7, 2021 06:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natterstefan/5480b740566c223d662eb1d9b733c2e4 to your computer and use it in GitHub Desktop.
Save natterstefan/5480b740566c223d662eb1d9b733c2e4 to your computer and use it in GitHub Desktop.
asdf | How to install
# install required dependencies
brew install coreutils curl git
# install asdf
brew install asdf
# add it to your shell
echo -e "\n. $(brew --prefix asdf)/asdf.sh" >> ~/.bash_profile
# set up bash completions
echo -e "\n. $(brew --prefix asdf)/etc/bash_completion.d/asdf.bash" >> ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment