Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peter-mcconnell/vimothy
Vimothy, your trusty vim application in an alpine container
https://github.com/peter-mcconnell/vimothy
Last synced: about 16 hours ago
JSON representation
Vimothy, your trusty vim application in an alpine container
- Host: GitHub
- URL: https://github.com/peter-mcconnell/vimothy
- Owner: peter-mcconnell
- License: mit
- Created: 2016-06-29T20:41:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T07:11:30.000Z (over 2 years ago)
- Last Synced: 2024-04-15T22:39:02.109Z (7 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vimothy
Vimothy, your trusty vim application in an alpine container### run
If you just want to run this for funsies, simply run the following to jump into
vimothy:```shell
docker run --rm -ti pemcconnell/vimothy
```It gets more useful with volumes, as you would imagine. Add whichever work for
you:```shell
docker run --rm
-v /Users/me/:/root/
-ti pemcconnell/vimothy:0.1
```