You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.
Expected behavior thisbelongsinhome should be linked to ~/thisbelongsinhome
Environment (please complete the following information):
Pilgo 0.5.0 Additional context
This could be useful when a program requires some dotfiles to be placed in the home directory, but the rest can be in ~/.config. An example I've had is that my zsh config requires a .zshenv file in ~ to tell it to look for subsequent files in ~/.config/zsh. To keep things tidy I would like to keep this with the rest of my zsh config.
The text was updated successfully, but these errors were encountered:
Describe the bug
Giving a file the useHome option has no effect if the file is in a subdirectory of the dotfiles folder.
To reproduce
Steps to reproduce the behavior:
plg init
mkdir example && touch example/thisbelongsinhome
plg scan && plg scan example
plg config -H example/thisbelongsinhome
Expected behavior
thisbelongsinhome
should be linked to~/thisbelongsinhome
Environment (please complete the following information):
Pilgo 0.5.0
Additional context
This could be useful when a program requires some dotfiles to be placed in the home directory, but the rest can be in
~/.config
. An example I've had is that my zsh config requires a.zshenv
file in~
to tell it to look for subsequent files in~/.config/zsh
. To keep things tidy I would like to keep this with the rest of my zsh config.The text was updated successfully, but these errors were encountered: