nix-config/.archlinux/install-scripts/002-install
Donovan Glover 5bc2693cfb
archlinux: Add vim and dhcpcd to install-scripts
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.
2021-01-04 23:41:41 -05:00

10 lines
201 B
Bash
Executable File

#!/bin/sh
#
# Install packages to new filesystem
#
# https://wiki.archlinux.org/index.php/Installation_guide
set -xe
pacstrap /mnt base linux linux-firmware grub fish git polkit rng-tools vim dhcpcd