dotfiles/.config/yadm/bootstrap.d/00-post-clone-repo.sh
Andrei Jiroh Halili 1ee3d5a22c
Work on yadm compat chores
Also setup secret encryption with GPG for SSH keys and stuff

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
2023-11-25 12:33:31 +08:00

4 lines
No EOL
135 B
Bash

#!/usr/bin/env sh
echo "Symlinking ~/.git to ~/.local/share/yadm/repo.git for compatibility"
ln -s ~/.local/share/yadm/repo.git ~/.git