Difference between revisions of "Power User Tools"
From PHYSpedia
(→Managing configs with vcsh and mr) |
(→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. | + | <code>vcsh</code> [https://github.com/RichiH/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 <code>mr</code> that allows | + | 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> [https://github.com/joeyh/myrepos] that allows |
you to synchronize all of your config repos with a single command. | you to synchronize all of your config repos with a single command. |
Revision as of 09:27, 3 July 2015
Managing configs with vcsh
and mr
vcsh
[1] 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
[2] that allows
you to synchronize all of your config repos with a single command.