- Clone the repository:
git clone https://github.com/thomasfaingnaert/dotfiles ~/dotfiles
- Navigate to the directory where you cloned the repository and run the
config_win.ps1
configuration script.
- Clone the repository, navigate to the directory where you cloned the repository and run the
bootstrap.sh
configuration script:
sudo apt install -y git && \
git clone https://github.com/thomasfaingnaert/dotfiles ~/.dotfiles && \
cd ~/.dotfiles && \
./bootstrap.sh
- Generate an SSH key, and add it to GitHub:
ssh-keygen && \
cat ~/.ssh/id_ed25519.pub | xclip -sel c