{"id":26761673,"url":"https://github.com/peter-bread/neovim-manager","last_synced_at":"2026-04-11T12:03:11.155Z","repository":{"id":284821144,"uuid":"954933474","full_name":"peter-bread/neovim-manager","owner":"peter-bread","description":"Manage Stable and Nighly Neovim Builds","archived":false,"fork":false,"pushed_at":"2025-05-21T01:21:30.000Z","size":24,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T01:32:34.103Z","etag":null,"topics":["bash","cli","linux","macos","manager","neovim","nightly","stable","unix-like","version-manager","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/peter-bread.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,"zenodo":null}},"created_at":"2025-03-25T20:58:35.000Z","updated_at":"2025-04-02T00:32:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"4675438e-b7b5-48e4-86c8-173604aecad0","html_url":"https://github.com/peter-bread/neovim-manager","commit_stats":null,"previous_names":["peter-bread/neovim-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/peter-bread/neovim-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-bread%2Fneovim-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-bread%2Fneovim-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-bread%2Fneovim-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-bread%2Fneovim-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peter-bread","download_url":"https://codeload.github.com/peter-bread/neovim-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-bread%2Fneovim-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274568707,"owners_count":25309283,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bash","cli","linux","macos","manager","neovim","nightly","stable","unix-like","version-manager","zsh"],"created_at":"2025-03-28T18:26:41.173Z","updated_at":"2026-04-11T12:03:11.090Z","avatar_url":"https://github.com/peter-bread.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# neovim-manager\n\n\u003e [!WARNING]\n\u003e This is still in active development.\n\u003e\n\u003e It should not be considered stable until v1.0.0.\n\u003e\n\u003e Methods for installing, updating and uninstalling this software ***WILL***\n\u003e be changing.\n\nSimple CLI tool to install and switch between latest stable and nightly\nbuilds of Neovim.\n\n\u003e [!NOTE]\n\u003e Intended for use on Unix-like systems.\n\n## Requirements\n\n- `bash` 4.0 or higher\n- `wget`/`curl`\n- `tar`\n\n## Install\n\n\u003e [!TIP]\n\u003e Always check scripts before running them.\n\u003e See [here](https://raw.githubusercontent.com/peter-bread/neovim-manager/refs/heads/main/scripts/install)\n\u003e to see the installation script for this software.\n\nInstallation of script and manpages to `$HOME/.local/bin` and\n`$HOME/.local/share/man` respectively. (no `sudo`):\n\n```sh\ncurl -fsSL https://raw.githubusercontent.com/peter-bread/neovim-manager/refs/heads/main/scripts/install | bash\n```\n\n```sh\nwget -qO- https://raw.githubusercontent.com/peter-bread/neovim-manager/refs/heads/main/scripts/install | bash\n```\n\n### Options\n\nSet these variables to anything non-zero to enable them:\n\n- `MINIMAL`: only install script; no manpages\n- `SYSTEM_WIDE`: install to `/usr/local/bin` and `/usr/share/man` (needs `sudo`)\n\n```sh\nMINIMAL=1 SYSTEM_WIDE=1 bash \u003c(curl -fsSL https://raw.githubusercontent.com/peter-bread/neovim-manager/refs/heads/main/scripts/install)\n```\n\n```sh\nMINIMAL=1 SYSTEM_WIDE=1 bash \u003c(wget -qO- https://raw.githubusercontent.com/peter-bread/neovim-manager/refs/heads/main/scripts/install)\n```\n\n## Usage\n\nInitialise in shell. Add the following to your shell rc file:\n\n```sh\neval \"$(neovim-manager init)\"\n```\n\nInstall (or update):\n\n```sh\nneovim-manager install stable\n```\n\nUse:\n\n```sh\nneovim-manager use stable\n```\n\nUninstall:\n\n```sh\nneovim-manager uninstall stable\n```\n\n## Uninstall\n\nRun:\n\n```sh\nneovim-manager self-destruct\n```\n\n## Under the Hood\n\n`neovim-manager` fetches tarballs from the Neovim GitHub releases page. These are\nthen extracted and stored locally. It will first attempt to store these in\n`$XDG_DATA_HOME/neovim-manager/`, but if that environment variable is not set\nthan it will fall back to `$HOME/.local/share/neovim-manager/`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter-bread%2Fneovim-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeter-bread%2Fneovim-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter-bread%2Fneovim-manager/lists"}