Conversion to markdown
This commit is contained in:
parent
d05bd6a8ef
commit
bd39d802d6
1 changed files with 23 additions and 3 deletions
|
@ -1,15 +1,35 @@
|
||||||
$ sudo systemctl enable NetworkManager
|
# User Specific Setup Guide
|
||||||
|
|
||||||
|
Set paralell downloads.
|
||||||
|
|
||||||
|
```
|
||||||
$ sudo vim /etc/pacman.conf
|
$ sudo vim /etc/pacman.conf
|
||||||
ParallelDownloads = 5 [uncomment this]
|
```
|
||||||
|
|
||||||
|
Uncomment the following line.
|
||||||
|
|
||||||
|
`ParallelDownloads = 5`
|
||||||
|
|
||||||
|
Install connection applications.
|
||||||
|
|
||||||
|
```
|
||||||
$ sudo pacman -S network-manager-applet blueman
|
$ sudo pacman -S network-manager-applet blueman
|
||||||
$ sudo pacman -S sway swaylock-effects-git swayidle i3status alacritty
|
|
||||||
$ sudo pacman -S pulseaudio pulseaudio-alsa pulseaudio-bluetooth
|
$ sudo pacman -S pulseaudio pulseaudio-alsa pulseaudio-bluetooth
|
||||||
|
```
|
||||||
|
|
||||||
|
Setup a desktop environment.
|
||||||
|
|
||||||
|
```
|
||||||
|
$ sudo pacman -S sway swaylock-effects-git swayidle i3status alacritty
|
||||||
|
```
|
||||||
|
|
||||||
|
Install yay for easy package management.
|
||||||
|
|
||||||
|
```
|
||||||
$ sudo pacman -S base-devel git
|
$ sudo pacman -S base-devel git
|
||||||
$ cd /opt
|
$ cd /opt
|
||||||
$ sudo git clone https://aur.archlinux.org/yay.git
|
$ sudo git clone https://aur.archlinux.org/yay.git
|
||||||
$ sudo chown -R username:users .yay
|
$ sudo chown -R username:users .yay
|
||||||
$ cd yay
|
$ cd yay
|
||||||
$ makepkg -si
|
$ makepkg -si
|
||||||
|
```
|
Loading…
Reference in a new issue