26 lines
308 B
Markdown
Executable File
26 lines
308 B
Markdown
Executable File
# 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
|
|
~~~
|