TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: fresh - a tool to manage and distribute dot files (think Bundler)

23 pointsby twe4kedover 12 years ago

7 comments

SnowLprdover 12 years ago
I'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.<p>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 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.<p>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.
评论 #4771784 未加载
dnrover 12 years ago
If 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: <a href="https://bitbucket.org/davidn/dotstuff" rel="nofollow">https://bitbucket.org/davidn/dotstuff</a>
评论 #4771750 未加载
Axsuulover 12 years ago
If you're looking for a mature alternative, there's homesick @ <a href="https://github.com/technicalpickles/homesick" rel="nofollow">https://github.com/technicalpickles/homesick</a>. I use it everywhere and it's great. Unfortunately, it <i>does</i> have a ruby dependency.
评论 #4771819 未加载
twe4kedover 12 years ago
Here's my `.freshrc` for examples of how you can use fresh. <a href="https://github.com/twe4ked/dotfiles/blob/master/config/freshrc" rel="nofollow">https://github.com/twe4ked/dotfiles/blob/master/config/fresh...</a>
jasoncodesover 12 years ago
Looking forward to hearing what HN thinks of fresh. We've already got a bunch more features planned. <a href="http://github.com/freshshell/fresh/issues" rel="nofollow">http://github.com/freshshell/fresh/issues</a>
评论 #4771445 未加载
zrailover 12 years ago
Interesting, but I think I'll stick with my own system[1]. I organize by task, not repo or program. Also I try to do a minimum of symlinking, instead relying on convention and PATH manipulation.<p>Edit: I don't mean to discourage you, by the way. The more variety in dotfile management the better.<p>[1]: <a href="http://bugsplat.info/2012-08-11-task-oriented-dotfiles.html" rel="nofollow">http://bugsplat.info/2012-08-11-task-oriented-dotfiles.html</a>
评论 #4771563 未加载
lukeholderover 12 years ago
Whats 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.
评论 #4771473 未加载
评论 #4820936 未加载
评论 #4771478 未加载