A glamorous NixOS installer, designed to offer good defaults and a secure environment for Starfire.
Ensure you are booted into the NixOS installation environment.
-
Run the following command in the terminal to gain root access:
sudo -i
-
Use the
parted -l
command to list available disks and identify the disk where you want to perform the installation. -
Once you've identified the disk (e.g.,
/dev/sda
), execute the following command to initiate the installation process:bash <(curl -L https://raw.githubusercontent.com/erifrats/starship/master/install.sh) /dev/sda
Replace
/dev/sda
with the appropriate disk identifier as per your system configuration.
Follow any on-screen prompts and instructions provided by the installer to complete the installation process.
Ensure that you have Devbox installed on your system.
-
To run the dev container, execute the following command:
devbox run container
-
To run Starship, execute the following command in the container shell:
starship
-
To garbage collect the artifacts generated, execute the following command:
devbox run gc
-
To terminate the container, press
Ctrl + A
, thenX
.
This project is licensed under the GNU General Public License v3.0.