This repository contains notes and scripts that help with an installation of Arch Linux.
This is meant to run during a basic Arch installation. This setup uses Gnome and you can see the full list of packages in pkgs.txt.
Note: This setup is specific to a Dell XPS 9380 or equivalent.
iwctl
fdisk /dev/nvme0n1
| esp | root |
|---|---|
g |
n |
n |
2 |
1 |
enter |
enter |
enter |
+1G |
w |
t |
- |
1 |
- |
nano /etc/pacman.d/mirrorlistsh -c "$(curl -s https://raw.githubusercontent.com/itSeez/arch/master/install.sh)"
arch-chroot /mntpasswduseradd -m -g wheel itseezpasswd itseez
sh -c "$(curl -s https://raw.githubusercontent.com/itSeez/arch/master/setup.sh)"
exitumount -R /mntshutdown now