hejops / arch

Arch Linux installation scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(if not on ethernet)
iwctl --passphrase PASSWORD station wlan0 connect NETWORKNAME
curl -JLO https://raw.githubusercontent.com/hejops/arch/master/install.sh
sh install.sh
or: curl -JL https://git.io/JGb0y | sh

1. install.sh

- partitions
  - single root partition
  - swap partition, size equivalent to RAM
- locale, timezone
- bootloader: syslinux (BIOS/MBR)
- hostname, single user

2. post.sh

- services
- network
  - nmtui (NetworkManager)
- graphical environment
  - window manager: dwm
- git credentials

3. pkg.sh

- core packages
- dotfiles
- scripts

About

Arch Linux installation scripts

License:The Unlicense


Languages

Language:Shell 100.0%