mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-01 23:45:45 +02:00
These packages aren't included by default anymore so adding them here makes sense. Note that maintaining a large meta package is actually difficult since one error means the whole thing doesn't work. I am looking for an alternative solution to keep things somewhat automated while at the same time increase flexibility when it comes to the initial setup.
Install Scripts
Here are my Arch Linux install scripts. They are divided into 4 parts:
- Pre-install: Setting up the drive to install Arch on
- Install: Installing Arch Linux to that drive
- Configure: Writing some basic low-level config files
- Post-install: Post-install configuration
I use install.sh
to call these scripts with the proper user-generated variables.
Note
: If you do not understand my install scripts, you should follow the Installation guide instead.
Usage
First, download the install script.
curl -L https://git.io/.install -o install.sh
After you have verified that the install script is indeed correct, run it.
sh install.sh
That's it!