** ## Install AUR Helper NOTE For install packages easily pacman -Sy --needed git base-devel git clone https://aur.archlinux.org/yay.git cd yay makepkg -si Install Packages yay chezmoi # dotfiles manager yay neovim yay fzf yay zoxide yay zsh yay starshipt # zsh prompt yay zsh-antidote # zsh plugin manager Setup Apply dotfiles git clone https://github.com/youmin1017/dot-configs.git ~/.local/share/chezmoi chezmoi init chezmoi apply Change default shell to zsh chsh -s /bin/zsh