Note: Download the zip file from GitHub, since Git is not available during the initial setup. You can place it on the Desktop as the directory will be deleted after the setup.
install just
$ bash ./just-install.sh
install nix
$ just nix-install
Note: If
just
is not added to yourPATH
, you can run it directly using the full path. For example:$ /Users/<username>/.local/bin/just nix-install
Note: If you already have
bash
orzsh
, you may get an error.
- In that case, back up
/etc/zshrc
etc. according to the error message.- After running
$ just nix-uninstall
, run$ just nix-install
again.
$ just nix-apply