Run the following command in the root folder of this project
stow --verbose --target=$HOME --restow */
Run the following command in the root folder of this project
stow --verbose --target=$HOME --delete */
NOTE:
- vscodium module have some problem with Stow, just delete it and update symlinks using restow
stow
log some confusing output likeBUG in find_stowed_path?....
, it's a known issuestow
sometimes fails to create symlinks due to.DS_Store
file on macOS. You can recursively delete these files using the command:find . -name ".DS_Store" -delete