This is not a complete setup nor is it meant to run unattended. Requires the user to have a user and be a sudoer.
sudo echo "`whoami` ALL=(ALL) NOPASSWD:ALL" |sudo tee -a /etc/sudoers
sudo pacman -Syu
sudo pacman -S docker
sudo systemctl start docker.service
sudo systemctl enable docker.service
sudo usermod -aG docker $USER
sudo pacman -S vim
sudo pacman -S tmux
sudo pacman -S curl
sudo pacman -S zsh
sudo pacman -S git
sudo pacman -S make
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
## Configure the PROMPT
vim ~/.oh-my-zsh/themes/robbyrussell.zsh-theme