Add dotfiles
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user