Last active 1753035078

Links need to be absolute, which is hard when you don't know where a git repo will be cloned to. This helps with that!

gaiety's Avatar gaiety revised this gist 1753035077. Go to revision

1 file changed, 2 insertions

dotfiles-link.sh(file created)

@@ -0,0 +1,2 @@
1 + # Link current directory instead of having to always do absolute
2 + ln -s "$(pwd)/cool-tool" ~/.config/cool-tool
Newer Older