Skip to content

itSeez/arch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arch Installation and Setup

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.

Arch Installation

  • iwctl

Setup Partitions

  • fdisk /dev/nvme0n1
esp root
g n
n 2
1 enter
enter enter
+1G w
t -
1 -

Install Arch

  • nano /etc/pacman.d/mirrorlist
  • sh -c "$(curl -s https://raw.githubusercontent.com/itSeez/arch/master/install.sh)"

User Setup

  • arch-chroot /mnt
  • passwd
  • useradd -m -g wheel itseez
  • passwd itseez

Configure locale, boot loader, and install packages

  • sh -c "$(curl -s https://raw.githubusercontent.com/itSeez/arch/master/setup.sh)"

Done

  • exit
  • umount -R /mnt
  • shutdown now

About

Arch installation notes and scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages