Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 529 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 529 Bytes

configurizer

This script synchronizes configuration files across my OSX/Linux machines.

The go.py script can be potentially dangerous (NO WARRANTY). Run it in dry-run mode first for safety. The dry-run mode is default, unless --run option is given.

syncing repo -> machine

  1. git clone or git pull (make it up-to-date)
vim
:PluginInstall
:qa

syncing machine -> repo

  1. git clone or git pull (make it up-to-date)
  2. ./go.py --run collect
  3. git commit -a then git push