Manjaro OOBE
Convenience Script
sudo pacman -Sy curl && curl -O https://script.aaanh.app/static/scripts/manjaro-oobe.sh && bash ./manjaro-oobe.sh
Manual
Manual steps
-
Update and choose optimal mirror for pac(kage)man(ager)
sudo pacman -Syyu -
Install build tools for AUR
sudo pacman -Sy base-devel git -
Install commonly-used packages
sudo pacman -Sy ttf-fira-code ibus-unikey zsh discord -
Install packages from AUR
-
Browse AUR here https://aur.archlinux.org/
-
Clone repository
git clone <repository>cd <repository> -
Compile, install with dev dependencies, remove or clean up build and dev dependencies.
makepkg -sri
-
Clone AUR repos and Install Script
cd ~/Downloads\ (git clone https://aur.archlinux.org/google-chrome.git && cd google-chrome && makepkg -sri ./google-chrome/)\ (git clone https://aur.archlinux.org/visual-studio-code-bin.git && cd visual-studio-code-bin && makepkg -sri ./visual-studio-code-bin/)