[meta] Add a note about re-adding the proper git hook after checkout

This commit is contained in:
Sebastian Schulze 2024-04-12 00:34:28 +02:00
parent fe482722e8
commit 0b8873d0f8
Signed by: bascht
GPG key ID: 5BCB1D3B4D38A35A

View file

@ -12,9 +12,10 @@ I run NixOS on most of my machines. This repository is home to the Nix config fo
** Installation via Chezmoi
#+begin_src bash
curl -sfL https://git.io/chezmoi | sh
mkdir -p ~/.local/share/
git clone https://git.bascht.space/bascht/dotfiles.git ~/.local/share/chezmoi
chmod 0700 ~/.local/share/cezmoi
~/bin/chezmoi apply
curl -sfL https://git.io/chezmoi | sh
mkdir -p ~/.local/share/
git clone https://git.bascht.space/bascht/dotfiles.git ~/.local/share/chezmoi
chmod 0700 ~/.local/share/chezmoi
git ~/.local/share/chezmoi config --local core.hooksPath .githooks/
~/bin/chezmoi apply
#+end_src