init
This commit is contained in:
25
arch-post-install.md
Normal file
25
arch-post-install.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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
|
||||
~~~
|
Reference in New Issue
Block a user