Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```