mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-01-19 23:16:38 +00:00
1ee3d5a22c
Also setup secret encryption with GPG for SSH keys and stuff Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
4 lines
No EOL
135 B
Bash
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 |