mdespuits / dotify

A CLI Tool for managing your dotfiles.
http://mattdbridges.github.com/dotify
MIT License
158 stars 10 forks source link

dotify without github #10

Closed chriskempson closed 12 years ago

chriskempson commented 12 years ago

I see there's a dotify github command but what if you don't want to use github?

mdespuits commented 12 years ago

Since most of the developers I know use Github for a lot of their closed and open source projects, I chose that as the default. I had plans to eventually support custom locations, but that is not currently high on the current todo list (the number one being refactoring and improving the OO design of the codebase).

If this is something that you think that you and other people would really need, I might consider bumping it up in priority, however for you you could just create a repo in Github and use it here temporarily for now.

chriskempson commented 12 years ago

I guess I could work something out with most of my existing repo moved over to GH. Maybe it's not a good practice but I keep my SSH keys in my private repo hence it's not suitable for a public GH repo and I don't really wish to pay for a private GH repo just for this.

I can't really say how useful this would be to other people so I decided to roll my own script to take care of my dotfile syncing needs. Will certainly keep an eye on dotify however as I like where it's heading.

mdespuits commented 12 years ago

See the CHANGELOG for upcoming work on this issue.