https://github.com/mariogt/zig_lazy_updater
Script to update/install the latest dev build of Zig into your $HOME folder
https://github.com/mariogt/zig_lazy_updater
bash zig zig-lang
Last synced: 6 months ago
JSON representation
Script to update/install the latest dev build of Zig into your $HOME folder
- Host: GitHub
- URL: https://github.com/mariogt/zig_lazy_updater
- Owner: mariogt
- License: agpl-3.0
- Created: 2022-07-16T23:58:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-06T22:51:59.000Z (10 months ago)
- Last Synced: 2025-09-07T00:23:10.266Z (10 months ago)
- Topics: bash, zig, zig-lang
- Language: Shell
- Homepage:
- Size: 1.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig_lazy_updater
Script to update/install Zig's latest Linux dev build into your $HOME folder.
If you don't have a zig installation in your $HOME, then this script will install
the latest Zig dev release (from https://ziglang.org/download/) in a folder called
"zig" in your $HOME directory.
If you have already installed Zig in the $HOME/zig folder (and added it to your
$PATH), then this script will check the versions of the local installation vs the
latest official dev release, and will update the local installation if needed.
Beware that this script will delete the old zig folder present in your $HOME
Feel free to fork and mod this script to fit your needs.


