Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dikkadev/neovim-nightly-installer
https://github.com/dikkadev/neovim-nightly-installer
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dikkadev/neovim-nightly-installer
- Owner: dikkadev
- Created: 2024-04-09T16:56:20.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T13:17:52.000Z (12 days ago)
- Last Synced: 2024-12-22T05:10:27.625Z (6 days ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neovim nightly installer
*Cron ready*
*For Ubuntu/Debian*
This needs the neovim git repo to be under `./source`
## Example cronjob
This builds it every tuesday and fridat at 4am.
```cron
0 4 * * 2,5 path/build-latest-nightly.sh >> path/build.log 2>&1
```