{"id":15975834,"url":"https://github.com/alexandrecarlton/vim-built-with-docker","last_synced_at":"2026-05-16T01:34:55.560Z","repository":{"id":147202804,"uuid":"107389994","full_name":"AlexandreCarlton/vim-built-with-docker","owner":"AlexandreCarlton","description":"Vim built inside a Docker container","archived":false,"fork":false,"pushed_at":"2017-10-19T12:14:15.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T02:28:27.056Z","etag":null,"topics":["docker","docker-container","vim"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlexandreCarlton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-18T09:59:43.000Z","updated_at":"2019-04-01T03:20:07.000Z","dependencies_parsed_at":"2023-07-02T10:15:58.116Z","dependency_job_id":null,"html_url":"https://github.com/AlexandreCarlton/vim-built-with-docker","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"1bb87c549316ac840ba2b8e10243a05d3ccbdfa1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreCarlton%2Fvim-built-with-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreCarlton%2Fvim-built-with-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreCarlton%2Fvim-built-with-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreCarlton%2Fvim-built-with-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexandreCarlton","download_url":"https://codeload.github.com/AlexandreCarlton/vim-built-with-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247217221,"owners_count":20903009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-container","vim"],"created_at":"2024-10-07T22:05:22.654Z","updated_at":"2026-05-16T01:34:50.527Z","avatar_url":"https://github.com/AlexandreCarlton.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-built-with-docker\n\n[![Build Status](https://travis-ci.org/AlexandreCarlton/vim-built-with-docker.svg?branch=master)](https://travis-ci.org/AlexandreCarlton/vim-built-with-docker)\n\nAn experiment in building Vim inside a CentOS 7 Docker container.\n\n\n## Motivation\nBuilding vim requires pulling in a number of dependencies, most of which\nconsist of development headers that are ultimately unneeded after building it.\nThis represents a clean way to do so.\n\nIt is important to note that the resulting vim binary will only work if the\nnecessary libraries are installed.\n\n\n## Building\n\nA shim [`Makefile`](Makefile) can be used to build both the image and vim, and\ninstall the latter:\n\n```bash\n$ make\n$ make install\n```\n\n## Installing\n\nBy default, the prefix to which vim is installed is `~/.local`. This can be\nchanged by setting `PREFIX`:\n\n```bash\n$ make install PREFIX=/usr/local\n```\n\nHowever, elevated permissions may be needed if installing to a write-protected\nlocation.\n\n## Upgrading\n\nShould it be necessary to upgrade to a newer version of vim, we can uninstall\nand then explicitly install a different version by overriding the `VERSION`\nvariable:\n\n```bash\n$ make uninstall\n$ make install VERSION=8.0.1202\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandrecarlton%2Fvim-built-with-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexandrecarlton%2Fvim-built-with-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandrecarlton%2Fvim-built-with-docker/lists"}