mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-01-19 15:06:39 +00:00
4 lines
135 B
Bash
4 lines
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
|