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
- Host: GitHub
- URL: https://github.com/techgaun/vim-install-ubuntu
- Owner: techgaun
- Created: 2017-03-26T07:56:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T23:45:23.000Z (about 9 years ago)
- Last Synced: 2025-02-11T21:51:16.899Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```