- Clone the repository, navigate to the directory where you cloned the repository and run the
scripts/config-unix.shscript:
git clone https://github.com/thomasfaingnaert/dotfiles ~/.dotfiles && \
cd ~/.dotfiles && \
./scripts/config-unix.sh- Reset EFI Secure Boot keys (in order to enter Setup Mode).
- Boot normal
archiso. - Connect to internet (e.g. use
iwctlandstation wlan0 connect SSID). - Install
git, clone this repository, and run the install script:
pacman -Sy git
git clone https://github.com/thomasfaingnaert/dotfiles
./dotfiles/scripts/arch-install.sh- Clone the repository, navigate to the directory where you cloned the repository and run the
scripts/ubuntu-install.shconfiguration script:
sudo apt install -y git && \
git clone https://github.com/thomasfaingnaert/dotfiles ~/.dotfiles && \
cd ~/.dotfiles && \
./scripts/ubuntu-install.sh- Generate an SSH key, and add it to GitHub:
ssh-keygen && \
cat ~/.ssh/id_ed25519.pub | xclip -sel c