Skip to content

thomasfaingnaert/dotfiles

Repository files navigation

Dotfiles

Installation

Windows

  1. Clone the repository:
git clone https://github.com/thomasfaingnaert/dotfiles ~/dotfiles
  1. Navigate to the directory where you cloned the repository and run the config_win.ps1 configuration script.

Linux

  1. 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
  1. Generate an SSH key, and add it to GitHub:
ssh-keygen && \
cat ~/.ssh/id_ed25519.pub | xclip -sel c