Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

User Setup

Tibo De Peuter edited this page May 24, 2022 · 5 revisions

Set paralell downloads.

$ sudo vim /etc/pacman.conf

Uncomment the following line.

ParallelDownloads = 5

Install connection applications.

$ sudo pacman -S network-manager-applet blueman
$ sudo pacman -S pulseaudio pulseaudio-alsa pulseaudio-bluetooth

Setup a desktop environment.

$ sudo pacman -S sway swayidle waybar alacritty

Install yay for easy package management.

$ sudo pacman -S base-devel git
$ cd /opt
$ sudo git clone https://aur.archlinux.org/yay.git
$ sudo chown -R ${username}:users ./yay
$ cd yay
$ makepkg -si
$ yay swaylock-effects-git
$ yay mako
$ yay wlsunset
$ yay fuzzel
$ yay firefox

Go through the following steps to set up your (new) system:

  1. System installation
  2. User setup
  3. Config files
Clone this wiki locally