Skip to content

Instantly share code, notes, and snippets.

@gavrilovegor519
Last active October 28, 2024 20:36
Show Gist options
  • Save gavrilovegor519/38d021823ae450d8ad06924a877d0dd1 to your computer and use it in GitHub Desktop.
Save gavrilovegor519/38d021823ae450d8ad06924a877d0dd1 to your computer and use it in GitHub Desktop.

Настраиваем Arch...

bash-completion

sudo pacman -S bash-completion

Настраиваем локаль

sudo localectl set-x11-keymap --no-convert us,ru pc105 "" terminate:ctrl_alt_bksp,grp:caps_toggle,grp_led:scroll
sudo sh -c 'echo "FONT=cyr-sun16" >> /etc/vconsole.conf'

Настраиваем базовые шрифты

pacman -S ttf-dejavu ttf-liberation noto-fonts noto-fonts-cjk noto-fonts-emoji

Включаем нужные сервисы

sudo systemctl enable --now bluetooth.service iptables.service ip6tables.service

Устанавливаем yay

sudo pacman -S git && git clone https://aur.archlinux.org/yay-bin.git && cd yay-bin && makepkg -si

MS Fonts

yay -S ttf-ms-fonts

Plymouth

https://wiki.archlinux.org/title/Plymouth

Avahi

https://wiki.archlinux.org/title/Avahi

CUPS

https://wiki.archlinux.org/title/CUPS

Snap

https://wiki.archlinux.org/title/Snap

Flatpak

https://wiki.archlinux.org/title/Flatpak

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment