by shreyansh_k on 10/1/18, 8:41 AM with 1 comments
by shreyansh_k on 10/1/18, 8:42 AM
But:
* Ideally don't want to learn another language/tool to just manage dotfiles
* Setup a tool via a complex process to... setup my tools? Really?
* Why can't we use nice tools provided by git directly? They're all text files. Git manages text files very well.
So, SDF was born.
* No programming languages were invented.
* No extra dependencies, none! compile with go, throw binary in $PATH and you're all set.
* Straight up wraps git so you get all the git goodness.
SDF allows restoring your dotfiles as simple as:
$ sdf clone <URL to your repository>
$ sdf checkout .
Thank you.