Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

symlinks are broken once linked #86

Closed
JasonYao opened this issue Oct 17, 2022 · 1 comment
Closed

symlinks are broken once linked #86

JasonYao opened this issue Oct 17, 2022 · 1 comment
Labels

Comments

@JasonYao
Copy link
Owner

It's because we aren't prefixing with the full path:

lrwxr-xr-x    1 jason  staff    26B Oct 14 04:09 .bash_profile -> macos/bash_profile.symlink
lrwxr-xr-x    1 jason  staff    21B Oct 14 03:15 .colour -> common/colour.symlink
lrwxr-xr-x    1 jason  staff    18B Oct 14 03:10 .env -> common/env.symlink
lrwxr-xr-x    1 jason  staff    24B Oct 14 03:15 .gitconfig -> common/gitconfig.symlink
lrwxr-xr-x    1 jason  staff    22B Oct 14 03:10 .inputrc -> common/inputrc.symlink
lrwxr-xr-x    1 jason  staff    44B Oct 14 03:10 .iterm2_shell_integration.bash -> common/iterm2_shell_integration.bash.symlink
lrwxr-xr-x    1 jason  staff    19B Oct 14 03:10 .motd -> common/motd.symlink
lrwxr-xr-x    1 jason  staff    24B Oct 15 01:00 .servers -> personal/servers.symlink
lrwxr-xr-x    1 jason  staff    23B Oct 14 03:15 .specific -> common/specific.symlink
lrwxr-xr-x    1 jason  staff    24B Oct 14 03:15 .utilities -> common/utilities.symlink
lrwxr-xr-x    1 jason  staff    20B Oct 14 03:15 .vimrc -> common/vimrc.symlink
github-actions bot pushed a commit that referenced this issue Oct 17, 2022
## [4.2.3](v4.2.2...v4.2.3) (2022-10-17)

### Bug Fixes

* **symlinks:** fixes symlinks to point to the correct absolute path ([2468975](2468975)), closes [#86](#86)
@JasonYao
Copy link
Owner Author

🎉 This issue has been resolved in version 4.2.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant