Skip to content

Instantly share code, notes, and snippets.

View jaro-m's full-sized avatar
💭
Fixing bugs.

Jarosław Michalski jaro-m

💭
Fixing bugs.
View GitHub Profile
@felixSchl
felixSchl / install-vim-from-sources-ubuntu.sh
Last active May 12, 2018 11:41
Installing Vim 8 on Ubuntu 16.04 LTS
# This build vim from sources with lua, python and ruby enabled as well as support for
# the system clipboard.
#
# Preparation
#
# 1. Download vim tarball from vim.org, extract and cd
# 2. Enable "Source Code" in Software Center under "Software & Updates".
# This is required for `sudo apt-get build-dep` to work.
sudo apt-get build-dep vim &&