-
Notifications
You must be signed in to change notification settings - Fork 124
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
Docs don't cover "generate" #65
Comments
I didn't write it originally, so maybe somebody else knows it better, but homesick generate ~/.homesick/new-repo-name # create repo
touch ~/.homesick/new-repo-name/home/.touch-me # add your dotfiles
homesick symlink new-repo-name # symlink to homedir And you'll be stylin' with your new dotfiles... which, to start, would just be an empty |
Yeah, I've figured that out for the most part. Weird thing is, when I try to symlink stuff in my .ssh folder, like ~/.ssh/id_rsa.pub (using a private git repo of course), it's symlinking the actual .ssh folder instead of the files. But when I symlink Any idea why the behavior is different? I'm not really into the directory-symlinking but it's not clear how homesick makes the decision. |
Just to be clear, does that have to do with the behavior of the |
Definitely the symlink command - it's just a challenge faced when you On Tue, Dec 3, 2013 at 1:59 PM, Christian Bundy [email protected]:
|
@zacharyalexstern the behaviour is determined by The docs are, unfortunately, not very clear on this. If you can suggest a better way to explain it, feel free to send a PR ;) |
@wjbuys I don't understand how it actually works / makes decisions, so I have no idea how to document it :) |
By default, Homesick will only symlink the first folder. The reason that you're getting your files symlinked in |
Hmm. I certainly didn't do that knowingly. Is there a specific command that On Tue, Dec 3, 2013 at 5:10 PM, Christian Bundy [email protected]:
|
The documentation is a little hard to wrap your head around, and should be rewritten when somebody (maybe myself) has some time. The lines in your file would have been generated with homesick track .weechat dotfiles
homesick track .config/awesome dotfiles |
Now I'm more confused than before.
But That seems backwards. Because that sounds backwards...
|
To symlink the contents of |
Holy cow is that counterintuitive! It's the exact opposite of what a user
|
I agree – it also seems to go against the documentation in the readme, which seems to contradict the initial example. It looks like the initial example in the readme is how it's working on my computer, not the second example (with the lisp file). Can you verify that it's the same with you? |
Sounds like a lot of the documentation needs an update ... |
@nwinkler Agreed. |
If you don't mind bash. homeshick is documented and has the same features. https://github.com/andsens/homeshick |
The existing docs seem to assume that you already have a castle.
Is there a doc somewhere covering the use of generate to get started with a new castle?
The text was updated successfully, but these errors were encountered: