nix-config/.archlinux/install-scripts
Donovan Glover 75de75a6ca
meta: Change repository name from .files to dotfiles
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.
2018-12-28 14:00:25 -05:00
..
001-preinstall archlinux: Use GiB by default during installation 2018-12-03 10:44:37 -05:00
002-install archlinux: Clone this repository to the user's $HOME 2018-12-06 18:27:33 -05:00
003-configure archlinux: Add fr_FR and ja_JP locales 2018-12-03 20:18:49 -05:00
004-postinstall meta: Change repository name from .files to dotfiles 2018-12-28 14:00:25 -05:00
install.sh meta: Change repository name from .files to dotfiles 2018-12-28 14:00:25 -05:00
README.md docs: Remove old todo 2018-12-17 15:51:13 -05:00

Install Scripts

Here are my Arch Linux install scripts. They are divided into 4 parts:

  1. Pre-install: Setting up the drive to install Arch on
  2. Install: Installing Arch Linux to that drive
  3. Configure: Writing some basic low-level config files
  4. 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!