This file contains 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
sudo apt update | |
sudo apt install rbenv git build-essential | |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash | |
git clone https://github.com/pyenv/pyenv.git ~/.pyenv | |
sudo add-apt-repository ppa:neovim-ppa/stable | |
sudo apt-get update | |
sudo apt-get install neovim | |
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ | |
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' | |
sudo apt-get install libffi-dev | |
sudo apt-get install build-essential python-dev python-setuptools python-pip python-smbus | |
sudo apt-get install libncursesw5-dev libgdbm-dev libc6-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment