cd ~
git clone git@github.com:lkskrt/dotfiles.git
cp -r dotfiles/* dotfiles/.* .
rm -rf dotfilesTo install Arch on a new system boot into Arch ISO and first download the repo:
git clone https://github.com/lkskrt/dotfiles.gitInstall fish:
pacman -Sy fishThen execute the bootstrap script:
dotfiles/bin/setup/bootstrap_arch.fish TARGET_DEVICE EFI_SYSTEM_PARTITION_DEVICEThe system should now be ready to boot Arch from the target device. Reboot, login and finish setup by executing:
dotfiles/bin/setup/configure_arch.fishTo be able to support both i3 and sway the config is split in a common and i3/sway specific part.
Build it first by executing ~/.config/i3/build.
ℹ️ Sway config has not been tested for a long time and probably does not work anymore.