Show HN: fresh - a tool to manage and distribute dot files (think Bundler)
11–17 of 17 posts
Re: Show HN: fresh - a tool to manage and distribute dot files (think Bundler)
#12If anyone is just looking for a way to manage and sync dotfiles without any of the sharing features (which are interesting but a little scary), you might want to check out my thing: https://bitbucket.org/davidn/dotstuff
Re: Show HN: fresh - a tool to manage and distribute dot files (think Bundler)
#13The README contains almost zero information as to why the project was created, which problems it aims to rectify, and why you might want to use it. That this information may or may not be contained in an embedded video is of no relevance to someone (like myself) who has neither the time nor ability at this particular moment to watch anything on video that could have been more succinctly explained in 2-3 sentences. It won't be bookmarked or favorited for later perusal -- just ignored.
Please understand I mean this as constructively as possible: it's hard to create something and share it with the world, and for that your efforts are most highly commended. I suggest adding a general introduction/description and some use cases to both the project site and README file. That will go a long way toward garnering the attention of those who might otherwise simply shrug and walk away.
Re: Show HN: fresh - a tool to manage and distribute dot files (think Bundler)
#14I'm amazed at the number of projects that don't have even the simplest description as to what problem the software purports to solve. This well-intentioned project strikes me as among the more egregious examples. The README contains almost zero information as to why the project was created, which problems it aims to rectify, and why you might want to use it. That this information may or may not be contained in an emb…
https://github.com/freshshell/fresh/commit/4ebf599aa61b54b66... and https://github.com/freshshell/fresh/commit/000d7ce00b9029881...
Re: Show HN: fresh - a tool to manage and distribute dot files (think Bundler)
#15Re: Show HN: fresh - a tool to manage and distribute dot files (think Bundler)
#16If you're looking for a mature alternative, there's homesick @ https://github.com/technicalpickles/homesick . I use it everywhere and it's great. Unfortunately, it does have a ruby dependency.
For example, @twe4ked uses my tmux configuration but also has his own additions using the following:
fresh jasoncodes/dotfiles tmux.conf --file
fresh config/tmux.conf --fileRe: Show HN: fresh - a tool to manage and distribute dot files (think Bundler)
#17Whats to stop malicious git repos changing an alias after you have already added it to your freshrc? I think locking to a specific git ref needs to be top priority.