Symlink¶
Symbolic links are great in Linux. But in Windows it sucks. In Windows the only option we have is to use Link Shell Extension.
Symlink a folder
ln -fs ~/.dotfiles/.config ~
Symlink a file
ln -fs ~/.dotfiles/.tmux.conf ~
Symlink Tutorial in Linux – How to Create and Remove a Symbolic Link