Arch from scratch - SebTalbot/comfy_guration GitHub Wiki

Connect to the wifi before archinstall

Start iwd:

  • $ iwctl

Find your device:

  • [iwd]# device list

Scan and list available networks:

  • [iwd]# station {{device}} scan
  • [iwd]# station {{device}} get-networks

Connect to the network:

  • [iwd]# station {{device}} connect {{network name}}

Archinstall

Additional packages: neovim git curl

Connect to wifi post archinstall (network manager)

  • $ nmcli device wifi connect {{network name}} password {{password}}

placeholder name

pacman color

sudoedit /etc/pacman.conf

and uncomment Color

paru order

sudoedit /etc/paru.conf

and uncomment BottomUp

Install minimal dependencies to clone this repo

  • $ curl https://raw.githubusercontent.com/SebTalbot/comfy_guration/master/installer/minimal | sh