Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Keeping dot files in sync



On Feb 18, 12:05am, Thorsten Kampe wrote:
}
} I've got a central computer where I mainly work and do my .zshrc 
} changes. I need a program to propagate these changes to the other 
} computers (mainly virtual machines) to have the same zsh configuration 
} there.
} 
} Unfortunately my main workstation and the other PCs are not directly 
} connected (otherwise I'd simply rsync the changes).

rsync -e ssh ...
 
} Does anyone know of an application (Revision control or something 
} similar) that does this kind of task or assists in it?

I use CVS for this; SVN or just about any revision control system
with networking support ought to do fine.  I check out everthing
into a ~/.zsh/ directory and run from there a little installer script
that pokes a ZDOTDIR setting into the ~/.zshenv, thus leaving intact
whatever the default skeleton was in case I need to revert.

I haven't tried doing an equivalent for bash.



Messages sorted by: Reverse Date, Date, Thread, Author