dotfiles/.symlinks

6 lines
94 B
Fish
Executable File

#!/usr/bin/fish
for i in Downloads Music Pictures Videos
rm ~/$i
ln -s $D/$i ~/$i
end