Files
.dotfiles/install.sh
2025-02-07 22:01:19 -08:00

10 lines
186 B
Bash

#!/bin/bash
if [ "$EUID" -ne 0 ]
then echo "Please run as root"
exit
fi
sh /home/preacher/.config/.dotfiles/.install/packages.sh
echo copping over config
#cp -rf ./* $HOME/.config/