{"id":22311093,"url":"https://github.com/kr1sp1n/docker-dotfiles","last_synced_at":"2026-05-08T15:40:26.935Z","repository":{"id":66323736,"uuid":"70234150","full_name":"kr1sp1n/docker-dotfiles","owner":"kr1sp1n","description":"My dotfiles as data-only docker image","archived":false,"fork":false,"pushed_at":"2017-03-21T08:22:27.000Z","size":593,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-14T10:38:41.255Z","etag":null,"topics":["docker-dotfiles","docker-image","dotfiles","vim"],"latest_commit_sha":null,"homepage":null,"language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kr1sp1n.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-10-07T09:43:39.000Z","updated_at":"2018-08-20T15:30:30.000Z","dependencies_parsed_at":"2023-03-13T20:29:55.901Z","dependency_job_id":null,"html_url":"https://github.com/kr1sp1n/docker-dotfiles","commit_stats":null,"previous_names":["kr1sp1n/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kr1sp1n/docker-dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kr1sp1n%2Fdocker-dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kr1sp1n%2Fdocker-dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kr1sp1n%2Fdocker-dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kr1sp1n%2Fdocker-dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kr1sp1n","download_url":"https://codeload.github.com/kr1sp1n/docker-dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kr1sp1n%2Fdocker-dotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32786633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-dotfiles","docker-image","dotfiles","vim"],"created_at":"2024-12-03T21:17:40.309Z","updated_at":"2026-05-08T15:40:26.902Z","avatar_url":"https://github.com/kr1sp1n.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\nMy dotfiles as Data-only docker image.\n\n\n## Install a vim plugin manager locally\n\n```bash\ncurl -fLo ./.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim\n```\n\n## Install fish plugin manager locally\n\n```bash\ncurl -Lo ./.config/fish/functions/fisher.fish --create-dirs git.io/fisher\n```\n\n## Install plugins within a vim docker container\n\n1. ```docker run --rm -it -v $PWD:/root kr1sp1n/alpine-neovim```\n2. ```:PlugInstall```\n\n\n## Install fisherman plugins within a fisherman container\n\n1. ```docker run --rm -it -v $PWD:/root kr1sp1n/dock```\n2. ```fisher```\n\n## Build docker data-only image\n\n```bash\ndocker build -t kr1sp1n/dotfiles .\n```\n\n## Create data-only container of dotfiles\n\n```bash\ndocker create -v /root --name dotfiles kr1sp1n/dotfiles\n```\n\n## Run vim with data-only container as dotfiles for vim etc.\n\n```bash\ndocker run --rm -it --volumes-from dotfiles kr1sp1n/alpine-neovim\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkr1sp1n%2Fdocker-dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkr1sp1n%2Fdocker-dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkr1sp1n%2Fdocker-dotfiles/lists"}