diff --git a/install.sh b/install.sh index 30ca7b1..97d4e73 100755 --- a/install.sh +++ b/install.sh @@ -64,6 +64,12 @@ echo -n "root:$ROOT_PASS" | chpasswd useradd -m -G wheel,docker,libvirt,video,audio "$USERNAME" echo "$USERNAME:$PASS" | chpasswd +printf "Configure dotfiles" +git clone https://universe.0xinfinity.dev/0x221E/dotfiles.git "/home/$USERNAME/dotfiles" + +mkdir -p "/home/$USERNAME/.config" +cp -rs "/home/$USERNAME/dotfiles/*" "/home/$USERNAME/.config/" + sed -i 's/^# %wheel ALL=(ALL:ALL) ALL/%wheel ALL=(ALL:ALL) ALL/' /etc/sudoers bootctl install