Garuda KDE Dr460nized — Install + First Tweaks

What this guide covers

Chapters


00:00 - Intro
00:33 - Starting install from the live environment
02:52 - Reboot after install, finalizing with Setup assistant
05:46 - Konsole shell change
07:28 - Create the first gpg2 key
08:20 - Sudoers
09:14 - Enable ssh daemon
09:38 - Install zoxide with yay
10:13 - Aliases
10:54 - "find-the-command" and bauh
11:55 - Change ls/exa aliases in .bashrc
13:10 - Enabling zoxide in .bashrc
13:45 - First Brave start.

Quality of Life Tweaks

  1. Install zoxide and configure shell aliases:
    yay -S zoxide eza bat
    echo 'eval "$(zoxide init --cmd cd bash)"' >> ~/.bashrc
    echo "alias ls='eza -al --color=always --group-directories-first'" >> ~/.bashrc
    source ~/.bashrc