cheat-sheets/arch-post-install.md
2024-01-19 09:52:59 +03:00

26 lines
308 B
Markdown

# Arch post install
## Install utils
~~~
sudo pacman -S \
xorg xorg-xinit \
nitrogen picom polybar i3-wm \
bluez bluez-tools \
pulseaudio
sudo systemct enable bluetooth
~~~
## AUR
~~~
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
~~~
## Yandex Browser
~~~
yay -S yandex-browser
~~~