We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just installed rcm 1.3.5 on my Mac using Homebrew.
rcm 1.3.5
When I try to register my first file, I get this:
$ mkrc ~/.vimrc No dotfiles directories found in /Users/[redacted]/.dotfiles
The documentation is not clear on how to start using rcm, in my opinion. But maybe I missed something.
How do you begin using rcm?
The text was updated successfully, but these errors were encountered:
Huh, and I get
~% mkrc ~/.foo mv: rename /Users/mike/.foo to /Users/mike/.dotfiles/foo: No such file or directory
That must be a bug. I'll have to look into this shortly. Thanks for reporting it! Let me know if you discover more.
In the meantime, does it work if you mkdir ~/.dotfiles first?
mkdir ~/.dotfiles
Sorry, something went wrong.
The quickstart suggests the dotfiles dir will be created for you. This is a good default behavior, but we need
No branches or pull requests
I just installed
rcm 1.3.5
on my Mac using Homebrew.When I try to register my first file, I get this:
The documentation is not clear on how to start using rcm, in my opinion. But maybe I missed something.
How do you begin using rcm?
The text was updated successfully, but these errors were encountered: