Skip to content

Instantly share code, notes, and snippets.

View afrontend's full-sized avatar

Bob Hwang afrontend

View GitHub Profile
@afrontend
afrontend / gist:c2cff367f93efb0a257d2e94b8dd5101
Last active July 20, 2018 12:14
Install Vim 8 with Python, Python 3, Ruby and Lua support on Ubuntu 18.04
sudo apt-get remove --purge vim vim-runtime vim-gnome vim-tiny vim-gui-common
sudo apt-get install liblua5.1-dev luajit libluajit-5.1 python-dev ruby-dev libperl-dev libncurses5-dev libatk1.0-dev libx11-dev libxpm-dev libxt-dev python3.6-dev
#Optional: so vim can be uninstalled again via `dpkg -r vim`
sudo apt-get install checkinstall
sudo rm -rf /usr/local/share/vim /usr/bin/vim
cd ~