2022-04-20 22:35:49 +02:00
|
|
|
# User Specific Setup Guide
|
2022-04-16 15:48:12 +02:00
|
|
|
|
2022-04-20 22:35:49 +02:00
|
|
|
Set paralell downloads.
|
|
|
|
|
|
|
|
```
|
2022-04-16 15:48:12 +02:00
|
|
|
$ sudo vim /etc/pacman.conf
|
2022-04-20 22:35:49 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
Uncomment the following line.
|
|
|
|
|
|
|
|
`ParallelDownloads = 5`
|
2022-04-16 15:48:12 +02:00
|
|
|
|
2022-04-20 22:35:49 +02:00
|
|
|
Install connection applications.
|
|
|
|
|
|
|
|
```
|
2022-04-16 15:48:12 +02:00
|
|
|
$ sudo pacman -S network-manager-applet blueman
|
|
|
|
$ sudo pacman -S pulseaudio pulseaudio-alsa pulseaudio-bluetooth
|
2022-04-20 22:35:49 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
Setup a desktop environment.
|
|
|
|
|
|
|
|
```
|
|
|
|
$ sudo pacman -S sway swaylock-effects-git swayidle i3status alacritty
|
|
|
|
```
|
|
|
|
|
|
|
|
Install yay for easy package management.
|
2022-04-16 15:48:12 +02:00
|
|
|
|
2022-04-20 22:35:49 +02:00
|
|
|
```
|
2022-04-17 12:54:01 +02:00
|
|
|
$ 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
|
2022-04-20 22:35:49 +02:00
|
|
|
```
|