mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 21:03:59 +01:00
75de75a6ca
It turns out that using a literal dot instead of the word dotfiles has a negative impact on the discoverability of the repository. Since the directory name can be changed to .files when running `git clone`, this gives us the freedom to name the repository however we please. |
||
---|---|---|
.. | ||
001-preinstall | ||
002-install | ||
003-configure | ||
004-postinstall | ||
install.sh | ||
README.md |
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!