3
Home
thomasave edited this page 2024-04-10 13:48:21 +02:00
This is a bare-git repository as described on the Arch Wiki: https://wiki.archlinux.org/title/Dotfiles
To install, run the following commands:
git clone --bare git@git.thomasave.be:thomasave/dotfiles.git $HOME/.dotfiles
alias dot='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'
dot checkout
dot submodule update --init --recursive
dot config --local status.showUntrackedFiles no