A playbook for setting up the tools I like on a fresh manjaro installation.
sudo pacman -S ansible
SSH server must be running
sudo pacman -S openssh
sudo systemctl enable sshd
sudo systemctl start sshd
SSH pass is required to enter password
sudo pacman -S sshpass
./run.sh