- install prereqs
apt install git curl zsh- install oh-my-zsh as a user
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"- clone this repository into ~/git-repos/dotfiles (or ~/.dotfiles)
mkdir -p ~/git-repos/dotfiles
git clone https://github.com/anconrad/dotfiles.git ~/git-repos/dotfiles- run bootstrap.sh as a user
~/git-repos/dotfiles/bootstrap.sh- change to root and set zsh as default shell
sudo su
chsh -s $(which zsh) root