Arch
Installer:
Install defaults, with KDE plasma.
Check The mirror for multilib
Post install:
Needet:
sudo pacman -S git htop vim
mkdir -p git && cd git;
\
git clone https://aur.archlinux.org/paru;
\
cd paru; \
makepkg -si;
paru -S brave-browser
Configuration in GUI:
Fix scroll direction: Settings -> Mouse & Touchpad -> Touchpad: Invert scroll direction (Natural scrolling)
Set local defaults: Settings -> Region & Language
Fix task switcher: Settings -> Window Management -> Task Switcher: Disable "Show selected window"
Fix Display scale: Settings -> Display & monitor -> Display Configuration
Configure CLI:
edit /etc/pacman.conf
Color # uncoment
ParallelDownloads # uncoment
ILoveCandy # add
Select faster mirrors:
sudo cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak
paru -S reflector
sudo reflector --verbose --latest 10 --protocol https --sort rate --save /etc/pacman.d/mirrorlist
Theming:
in Settings -> Global Theme:
Add Apple Ventura Dark Plasma 6 by Adolfo
Plus Loginscreen SDDM: Get White Sur SSDM
You need a restart or at least a relogin
ZSH
Install:
paru -S zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Set theme:
Clone some plugins and theme:
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k \
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions \
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
Install Apps:
paru -S bitwarden brave-browser wget curl