https://github.com/dikkadev/neovim-nightly-installer
https://github.com/dikkadev/neovim-nightly-installer
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dikkadev/neovim-nightly-installer
- Owner: dikkadev
- Created: 2024-04-09T16:56:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T13:17:52.000Z (over 1 year ago)
- Last Synced: 2025-04-05T23:55:49.157Z (over 1 year 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
```