{"id":17134270,"url":"https://github.com/fnichol/dotvim","last_synced_at":"2025-04-10T04:34:28.804Z","repository":{"id":56553421,"uuid":"904636","full_name":"fnichol/dotvim","owner":"fnichol","description":"A personal editor setup for vi, Vim, MacVim, and Neovim","archived":false,"fork":false,"pushed_at":"2022-01-13T23:55:04.000Z","size":287,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T03:09:16.503Z","etag":null,"topics":["vim-script","vimrc"],"latest_commit_sha":null,"homepage":"","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/fnichol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-09-12T05:25:02.000Z","updated_at":"2021-10-04T02:25:01.000Z","dependencies_parsed_at":"2022-08-15T20:50:30.057Z","dependency_job_id":null,"html_url":"https://github.com/fnichol/dotvim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnichol%2Fdotvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnichol%2Fdotvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnichol%2Fdotvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnichol%2Fdotvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fnichol","download_url":"https://codeload.github.com/fnichol/dotvim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245217795,"owners_count":20579297,"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":["vim-script","vimrc"],"created_at":"2024-10-14T19:44:29.343Z","updated_at":"2025-03-24T05:46:17.352Z","avatar_url":"https://github.com/fnichol.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotvim\n\nA personal editor setup for [vi], [Vim], [MacVim], and [Neovim].\n\n|         |                                           |\n| ------: | ----------------------------------------- |\n|      CI | [![CI Status][badge-ci-overall]][ci]      |\n| License | [![Crate license][badge-license]][github] |\n\n**Table of Contents**\n\n\u003c!-- toc --\u003e\n\n- [Installation](#installation)\n  - [Workstation](#workstation)\n  - [homeshick](#homeshick)\n  - [Homesick](#homesick)\n- [Issues](#issues)\n- [Contributing](#contributing)\n- [Authors](#authors)\n- [License](#license)\n\n\u003c!-- tocstop --\u003e\n\n## Installation\n\n### Workstation\n\nThe author mainly consumes this project via a [Workstation] automation project\nwhich sets up and manages several [homeshick] repos across Linux, macOS, and\nFreeBSD. See the [Workstation] project for more details.\n\n### homeshick\n\nThis project is structured to work with [homeshick] which uses Git to track\nupdates and changes. Installing homeshick involves cloning a Git repository and\nloading a shell function:\n\n```sh\n# Clone the codebase repo\ngit clone https://github.com/andsens/homeshick.git \"$HOME/.homesick/repos/homeshick\"\n# Add the shell function to Bash shell sessions\nprintf '\\nsource \"$HOME/.homesick/repos/homeshick/homeshick.sh\"' \u003e\u003e $HOME/.bashrc\n# Load the function into the current shell\nsource \"$HOME/.homesick/repos/homeshick/homeshick.sh\"\n```\n\nIf you are installing on macOS and use [Homebrew], then you can optionally\ninstall homeshick with:\n\n```sh\nbrew install homeshick\n```\n\nFinally, add this repository to your setup with:\n\n```sh\nhomeshick clone fnichol/dotvim\n```\n\nThen keep up to date with:\n\n```sh\nhomesick pull dotvim \u0026\u0026 homesick link dotvim\n```\n\nSee the [homeshick] project's documentation for more detailed usage (it's pretty\ngreat).\n\n### Homesick\n\n[Homesick] is an older Ruby-based project which predates homeshick and works in\na very similar way. To install Homesick you will need an installation of Ruby\npresent and then simply:\n\n```sh\ngem install homesick\n```\n\nFinally, add this repository to your setup with:\n\n```sh\nhomesick clone git://github.com/fnichol/dotvim.git\nhomesick pull dotvim \u0026\u0026 homesick symlink dotvim\n```\n\nThen keep up to date with:\n\n```sh\nhomesick pull dotvim \u0026\u0026 homesick symlink dotvim\n```\n\n## Issues\n\nIf you have any problems with or questions about this image, please contact us\nthrough a [GitHub issue][issues].\n\n## Contributing\n\nYou are invited to contribute to new features, fixes, or updates, large or\nsmall; we are always thrilled to receive pull requests, and do our best to\nprocess them as fast as we can.\n\nBefore you start to code, we recommend discussing your plans through a [GitHub\nissue][issues], especially for more ambitious contributions. This gives other\ncontributors a chance to point you in the right direction, give you feedback on\nyour design, and help you find out if someone else is working on the same thing.\n\n**Note** that this project represents a very personalized workflow and setup and\nso not all new features may ultimately be included. Don't be afraid to engage\nhowever, the author is especially nerdy about configuration and workstation\nsetup ;)\n\n## Authors\n\nCreated and maintained by [Fletcher Nichol][fnichol] (\u003cfnichol@nichol.ca\u003e).\n\n## License\n\nLicensed under the MIT license ([LICENSE.txt][license] or\n\u003chttp://opensource.org/licenses/MIT\u003e)\n\n[badge-ci-overall]:\n  https://img.shields.io/cirrus/github/fnichol/dotvim.svg?style=flat-square\n[badge-license]:\n  https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square\n[ci]: https://cirrus-ci.com/github/fnichol/dotvim\n[fnichol]: https://github.com/fnichol\n[github]: https://github.com/fnichol/dotvim\n[homebrew]: https://brew.sh/\n[homeshick]: https://github.com/andsens/homeshick\n[homesick]: https://rubygems.org/gems/homesick\n[issues]: https://github.com/fnichol/dotvim/issues\n[license]: https://github.com/fnichol/dotvim/blob/master/LICENSE.txt\n[macvim]: https://github.com/macvim-dev/macvim\n[neovim]: https://neovim.io/\n[vi]: http://ex-vi.sourceforge.net/\n[vim]: https://www.vim.org/\n[workstation]: https://github.com/fnichol/workstation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnichol%2Fdotvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffnichol%2Fdotvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnichol%2Fdotvim/lists"}