Manjaro setup
Enable AUR
and Flatpak
support
Installing yay
sudo pacman -S --needed git base-develgit clone https://aur.archlinux.org/yay.gitcd yaymakepkg -si
Warp Terminal
yay -S warp-terminal
Google Chrome
pamac build google-chrome
VS Code
pamac build visual-studio-code-bin
Docker
sudo pacman -Syusudo pacman -S dockersudo systemctl enable --now docker.servicesudo usermod -aG docker $USERnewgrp docker
Minikube
sudo pacman -Syu libvirt qemu dnsmasqsudo systemctl enable libvirtd.service --nowsudo systemctl enable virtlogd.service --now
## Flutter
```shcurl -L -O https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.19.5-stable.tar.xztar -xvf flutter_linux_3.19.5-stable.tar.xzsudo mv fllutter /usr/binecho 'export PATH="/usr/bin/flutter/bin:$PATH"' >> ~/.zshrc
GitHub CLI
curl -L -O https://github.com/cli/cli/releases/download/v2.69.0/gh_2.69.0_linux_amd64.tar.gztar -zxvf gh_2.69.0_linux_amd64.tar.gzsudo mv gh_2.69.0_linux_amd64/bin/gh /usr/local/bin/gh --version
Android Studio
sudo pacman -Syusudo pacman -S --needed --noconfirm base-devel gitsudo pacman -S yayyay -S android-studio --noconfirm