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