The install is only for Arch Linux. First, boot from a flash Arch linux drive.
Once in Arch linux, connect to the internet via cable, or Wifi (see usage in iwctl).
First, install git with pacman, and clone this repository.
pacman -S git
git clone https://github.com/jkiyo/.dotfiles.gitAfter cloning the repository, run the base.sh install script.
cd .dotfiles
bash install/base.shWhen this script finishes, run arch-chroot /mnt to change into the new
installed Arch root.
After running arch-chroot command, clone this repository again.
git clone https://github.com/jkiyo/.dotfiles.gitAnd run the setup.sh script.
cd .dotfiles
bash install/setup.shNow you're good to reboot your system.
After a reboot, and logged in in to the fresh Arch installation, connect to the internet (see nmcli).
nmcli device wifi list
nmcli device wifi connect <SSID> password <PASSWORD>Then, clone this repository, again, now to your user's home.
git clone https://github.com/jkiyo/.dotfiles.git ~/.dotfilesFinally, run the script (it might ask for sudo permissions).
cd ~/.dotfiles
bash install/user.shYou're done! Reboot and enjoy.