cheat-sheets/arch-post-install.md

26 lines
308 B
Markdown
Raw Normal View History

2023-07-11 10:44:57 +03:00
# 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
~~~