- Clone the repository, navigate to the directory where you cloned the repository and run the
scripts/config-unix.sh
script:
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
iwctl
andstation 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.sh
configuration 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