rwxrob-dot/git/setup

4 lines
92 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
#!/bin/sh
rm -rf "$HOME/.git-templates"
ln -sf "$PWD/.git-templates" "$HOME/.git-templates"