A quick script to install and configure my Arch installation.
I like to toy with new operating systems, and often I break something. This repository should contain an executable file, as well as resources, to setup my Arch Linux installation the way I like it.
This will make it easier for me to restore my computer to a working state, and give other people an idea for how I like to do work.
Follow the pre-install instructions on the Arch Wiki. The following instructions assume you have a working internet connection as well as a disk partitioned to your heart's content.
Mount your Linux partition on /mnt. Next, preform the following command
to prepare /mnt:
pacstrap /mnt base base-devel git opensshEnsuring all relevant partitions are mounted within the filesystem,
(including /mnt/boot), generate filesystem information with the following
command:
genfstab /mnt >> /mnt/etc/fstabFinally, chroot into your fresh install. /bin/bash is supplied for a richer
command-line interface:
arch-chroot /mnt /bin/bashClone this repository into your system with the following command:
git clone https://github.com:/alexoneill/arch-setup.gitThen, run the configuration script and follow the prompts:
cd arch-setup
./configureFinally, reboot, and remove the installation medium. If everything worked,
your system should boot normally and you may continue onto the next section.
After rebooting, login with the root account. Next, return to the script
directory and run configure again:
cd arch-setup
./configureReboot, again. Once the system starts up, you will be presented with a graphical login and the system will be fully configured!