Skip to content

Instantly share code, notes, and snippets.

@Dammic
Last active June 5, 2018 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dammic/1e1b37c31961127667280c21af50dd20 to your computer and use it in GitHub Desktop.
Save Dammic/1e1b37c31961127667280c21af50dd20 to your computer and use it in GitHub Desktop.
$ sudo apt build-dep vim
$ git clone https://github.com/vim/vim.git
$ cd vim/src
$ sudo make distclean
$ ./configure --enable-gui=auto --enable-gtk2-check --with-x --enable-python3interp=yes --prefix=/usr
$ sudo make
$ sudo make install
Installing font:
https://github.com/be5invis/Iosevka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment