An open API service indexing awesome lists of open source software.

https://github.com/techgaun/vim-install-ubuntu

Quick script to install vim on Ubuntu 16.04
https://github.com/techgaun/vim-install-ubuntu

Last synced: about 1 year ago
JSON representation

Quick script to install vim on Ubuntu 16.04

Awesome Lists containing this project

README

          

# vim-install-ubuntu

This repo consists of a quick dirty script to install vim on ubuntu16.04.

- includes lua support
- includes python3 support
- specify custom branch/hash/tag via `VIM_TAG` or the most recent tag will be used for build

### How To

- Fire up your terminal and run the following:

```bash
curl -o- https://raw.githubusercontent.com/techgaun/vim-install-ubuntu/master/vim-ubuntu1604.sh | bash
```