Created
December 13, 2021 20:21
-
-
Save ebruning/371d5e3a1099ada388e03102c5018a68 to your computer and use it in GitHub Desktop.
install linux
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
pyenv | |
git clone https://github.com/pyenv/pyenv.git ~/.pyenv | |
nvm | |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash | |
rbenv | |
git clone https://github.com/rbenv/rbenv.git ~/.rbenv | |
mkdir -p "$(rbenv root)"/plugins | |
git clone | |
https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build | |
paru nvim | |
firefox | |
code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment