Skip to content

Instantly share code, notes, and snippets.

@ebruning
Created December 13, 2021 20:21
Show Gist options
  • Save ebruning/371d5e3a1099ada388e03102c5018a68 to your computer and use it in GitHub Desktop.
Save ebruning/371d5e3a1099ada388e03102c5018a68 to your computer and use it in GitHub Desktop.
install linux
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