sisyphus/personal

16 lines
445 B
Text
Raw Normal View History

2022-04-16 15:48:12 +02:00
$ sudo systemctl enable NetworkManager
$ sudo vim /etc/pacman.conf
ParallelDownloads = 5 [uncomment this]
$ sudo pacman -S network-manager-applet blueman
2022-04-18 12:03:53 +02:00
$ sudo pacman -S sway swaylock-effects-git swayidle i3status alacritty
2022-04-16 15:48:12 +02:00
$ sudo pacman -S pulseaudio pulseaudio-alsa pulseaudio-bluetooth
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