Skip to content

Instantly share code, notes, and snippets.

@xbklairith
Last active July 27, 2020 18:43
Show Gist options
  • Save xbklairith/b675901616d5eaf16ba2f03f7e8b197f to your computer and use it in GitHub Desktop.
Save xbklairith/b675901616d5eaf16ba2f03f7e8b197f to your computer and use it in GitHub Desktop.
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