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
Set Powersettings: Settings -> Power Management: On AC / On Battery / On Low Battery
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
sudo pacman -Suy
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
edit ~/.zshrc
ZSH_THEME="powerlevel10k/powerlevel10k"
plugins=(git vscode zsh-autosuggestions zsh-syntax-highlighting command-not-found)
Now Set ZSH as default on terminal:
Terminal Settings -> Profiles: Add New
Install Apps:
Add Bluetooth:
paru -S bluez blueman bluez-utils
sudo modprobe btusb
sudo systemctl enable bluetooth
sudo systemctl start bluetooth
System Utils:
paru -S brave-browser tar rsync neofetch htop vim curl wget power-profiles-daemon linux-headers flatpak kde-applications-meta thunderbird
My Apps:
paru -S davinci-resolve element-desktop telegram-desktop gimp steam vscodium timeshift rustdesk darktable prismlauncher heroic-games-launcher spotify nextcloud-client bitwarden onlyoffice libreoffice-fresh fastboot adb obs-studio v4l2loopback-dkms
Davinci:
paru -S davinci-resolve
# Or Pro version:
par -S davinci-resolve-studio
No Comments