In case I install something other than Manjaro
vset (if in terminal only)
free -h
lsblk
sudo packman -Syy
Install yay
sudo pacman -S --needed base-devel git
$ git clone https://aur.archlinux.org/yay.git
$ cd yay
$ makepkg -si
cd ..
rm -rf yay
paru is available through yay
htop
neofetch
alias
sudo nano ~/.bashrc
alias ll="ls -la"
alias cls="clear"
restart terminal