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

Is it possible to sync at the sub-directory level? #12

Open
Asuza opened this issue Sep 9, 2016 · 1 comment
Open

Is it possible to sync at the sub-directory level? #12

Asuza opened this issue Sep 9, 2016 · 1 comment

Comments

@Asuza
Copy link

Asuza commented Sep 9, 2016

In my dotsyncrc file I have the following configuration:

[files]
config/fish/functions

Which I was hoping would create that same structure when it gets synced to my home directory, but instead of ~/.config/fish/functions I ended up with ~/.functions.

Is there a way to make it re-create the same structure that is in the dotsyncrc file?

Thanks!

@brw
Copy link

brw commented Dec 11, 2016

Don't know if you still have this issue, but you can specify the location in the home directory with a colon (as seen here), example:

[files]
zsh/oh-my-zsh/custom:.oh-my-zsh/custom

So in your case it'd be

[files]
config/fish/functions:.config/fish/functions

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

No branches or pull requests

2 participants