This is no longer maintained. I found that I was trying to do things that ansible does better. The later version is available here: https://github.com/daviskregers/dotfiles
- You can use the
install/
scripts when doing a clean install. - When runing the
update.sh
, make sure to copy the.overrides.example
to.overrides
and set the desired configuration. - wallpapers can be seet with launching
nitrogen
If you want to dualboot into windows using systemd-boot, you can use these steps:
lsblk -- find the windows EFI partition (should be 100MB size)
sudo mount /dev/sdc2 /mnt
cd /mnt/EFI
sudo cp -ax Microsoft /boot/EFI