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
The [files ...] option being the thing I'm interested in. The manpage has this to say about that option:
files only install the specified file(s)
This seems to be what I want, but my first instinct was to call it like this:
rcup -v ~/.dotfiles/gitconfig
This ends up creating $HOME/home/username/.dotfiles/gitconfig which is clearly not what I wanted. What it actually wanted was a path relative to my dotfiles directory:
rcup -v gitconfig
Some extra help text could go a long way. I'm a little disappointed in myself that I didn't figure it out a little quicker, though.
The text was updated successfully, but these errors were encountered:
Yes, agreed, we need to make all of those documentation points much more clear (Mike of the future: this is the bug label). Thank you for enumerating them so clearly, too:
rcup -h
rcup(1)
Additionally, maybe we should detect that this is happening somehow. Like if any $DOTFILES_DIRS appear in the file names, abort. (Mike of the future: enchancement.)
I wanted to use
rcup
to link a specific dotfile from my dotfiles directory. Thercup -h
help text doesn't seem to suggest that this is supported:However, the manpage says it is:
The
[files ...]
option being the thing I'm interested in. The manpage has this to say about that option:This seems to be what I want, but my first instinct was to call it like this:
rcup -v ~/.dotfiles/gitconfig
This ends up creating
$HOME/home/username/.dotfiles/gitconfig
which is clearly not what I wanted. What it actually wanted was a path relative to my dotfiles directory:Some extra help text could go a long way. I'm a little disappointed in myself that I didn't figure it out a little quicker, though.
The text was updated successfully, but these errors were encountered: