1. shell

sudo pacman -S zsh sudo pacman -S git sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" mv .zshrc.pre-oh-my-zsh .zshrc

and logout

  1. yay install

cd /tmp git clone https://aur.archlinux.org/yay.git cd yay makepkg -si

  1. color output and pacman eating

nvim /etc/pacman.conf Uncomment line 33 for color support add ILoveCandy

yay --removemake --norebuild -c --save

sudo pacman -S tilix net-tools dnsutils wget xclip networkmanager-openvpn man polkit libsecret usbutils udiskie ntfs-3g sshfs gnome-keyring

  1. archive
  1. appeareance

sudo pacman -S qt5ct lxappearance ttf-hack ttf-lato ttf-dejavu ttf-liberation noto-fonts neofetch rofi picom

add export to .xinit QT_QPA_PLATFORMTHEME=qt5ct QT_AUTO_SCREEN_SCALE_FACTOR=0

themes

sudo pacman -S kvantum-qt5

java Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -Dswing.crossplatformlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel

tty font echo "FONT=Lat2-Terminux16" > /etc/vconsole.conf

  1. notifications

sudo pacman -S libnotify

  1. lockscreen yay -S betterlockscreen xkb-switch

enable on suspend wget service from repo https://github.com/pavanjadhaw/betterlockscreen/blob/master/system/betterlockscreen%40.service

sudo mv betterlockscreen@.service /etc/systemd/system/ sudo systemctl enable betterlockscreen@wimm

  1. other sudo pacman -S telegram-desktop zathura zathura-pdf-poppler unclutter keepassxc mpv sxiv
  2. zathura; zathura-pdf-poppler - pdf reader
  3. unclutter - hide mousepoint
  4. keepassxc - password manager
  5. mpv - video player
  6. ranger - file manager
  7. sxiv - image viewer yay -S neovim-symlinks vim-plug open neovim and :PlugUpdate
  1. audio

sudo pacman -S pulseaudio-alsa pavucontrol

  1. touchpad

sudo vim /etc/X11/xorg.conf.d/40-libinput.conf

add

Option "Tapping" "on" Option "ClickMethod" "clickfinger"

getinfo xinput list-props 'SynPS/2 Synaptics TouchPad'

  1. network (laptop)

yay -S broadcom-wl-dkms

  1. file manager
  2. text

sudo pacman -S ranger highlight w3m

sudo pacman -S pcmanfm-qt

  1. chrome scripts

https://github.com/Taraflex/Back2stackoverflow