This assumes that Part 3 is already done and you restarted successfully.
- Login as root
- add a new user:
useradd -m -g users -G wheel,storage,power,input,lp,sys -s /bin/bash 'username'
- set a password for this user,
passwd [username]
- set a password for this user,
- Add the
wheel
group to sudoersecho '%wheel ALL=(ALL) ALL' > /etc/sudoers.d/99_wheel_is_cool
exit
and login to your user account- Lock the root account
passwd -l root
ping google.com
, if you don't have a connection, repeat process from step 1, using nmcli instead- e.g. for wifi
nmcli dev wifi rescan
, thennmcli dev wifi connect [SSID] passowrd [PASSWORD]
- e.g. for wifi
- Clone this repository into something like .arch-setup,
git clone https://github.com/tholinka/Arch-Setup.git .arch-setup
- Run
00
scripts inscripts
, then install the meta packages inpackages
, finally run the other scripts inscripts
- configure installed packages
- switch to new kernel (if installed)
- copy
/boot/loader/config/arch.conf
toarch-[kernel name].conf
- edit
/boot/loader/loader.conf
to default tolinux-[kernel name]
, e.g. linux-zen - add
-[kernel name]
to thevmlinuz
andinitramfs
lines of the config
- reboot again, you should reboot into a login menu.
- for wifi, open up Settings -> Network and use that menu now
- The themes I use are:
- breeze dark
- from aur:
- xcursor-human