Difference between revisions of "Power User Tools"

From PHYSpedia
Jump to: navigation, search
(Created page with "=Managing configs with <code>vcsh</code> and <code>mr</code>=")
 
(Managing configs with vcsh and mr)
Line 1: Line 1:
 
=Managing configs with <code>vcsh</code> and <code>mr</code>=
 
=Managing configs with <code>vcsh</code> and <code>mr</code>=
 +
 +
<code>vcsh</code> is a utility that allows you to create multiple git repositories to store configuration files in your home directory.
 +
It solves the problem of having to use symlinks, and is a very nice tool. It works well with another tool named <code>mr</code> that allows
 +
you to synchronize all of your config repos with a single command.

Revision as of 10:25, 3 July 2015

Managing configs with vcsh and mr

vcsh is a utility that allows you to create multiple git repositories to store configuration files in your home directory. It solves the problem of having to use symlinks, and is a very nice tool. It works well with another tool named mr that allows you to synchronize all of your config repos with a single command.