https://github.com/bcbcarl/docker-vim
Dockerized Vim.
https://github.com/bcbcarl/docker-vim
Last synced: about 1 year ago
JSON representation
Dockerized Vim.
- Host: GitHub
- URL: https://github.com/bcbcarl/docker-vim
- Owner: bcbcarl
- License: mit
- Created: 2014-11-19T11:10:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-20T16:10:31.000Z (about 10 years ago)
- Last Synced: 2025-04-19T06:57:03.667Z (about 1 year ago)
- Language: Shell
- Homepage: https://registry.hub.docker.com/u/bcbcarl/vim/
- Size: 7.81 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dockerized Vim - dvim
* [`7.4`, `latest` (7.4/Dockerfile)](https://github.com/bcbcarl/docker-vim/blob/master/7.4/Dockerfile)
* [`7.3` (7.3/Dockerfile)](https://github.com/bcbcarl/docker-vim/blob/master/7.3/Dockerfile)
Docker container for Vim.
## Quickstart
Assuming you have Docker installed, copy `dvim` to `/usr/local/bin/dvim`.
```bash
docker pull bcbcarl/vim
mkdir -p $HOME/.bin
curl -L https://raw.githubusercontent.com/bcbcarl/docker-vim/master/bin/dvim -o $HOME/.bin/dvim
chmod +x $HOME/.bin/dvim
alias vim=$HOME/.bin/dvim
```
Happy Vimming!
## License
The MIT License (MIT)
Copyright (c) 2014-2016 Carl X. Su