Useful archlinux commands

To install package from AUR

# Properly install package from AUR with SNAPSHOT

cd /tmp && git clone 'https://aur.archlinux.org/yay.git' && cd /tmp/yay && makepkg -si && cd ~ && rm -rf /tmp/yay/

Reference: