App-Rcsync

 view release on metacpan or  search on metacpan

bin/rcsync  view on Meta::CPAN

=head1 SYNOPSIS

In your C<$HOME/.rcsync>:

    base_dir /home/supermario/rcsync

    <vim>
        filename /home/supermario/.vimrc
        template vimrc.tt
        <params>
            backupdir /tmp/vim
        </params>
    </vim>

In C<$HOME/rcsync/vimrc.tt>:

    set nocompatible
    set backup
    set backupdir=[% backupdir %]
    ...

From the command line:

    rcsync vim

=head1 USAGE

C<rcsync> is a script to assist in synchronizing configuration files across different machines. Create templates for the configuration files you want synchronized, using template variables whereever you have machine-specific settings. Keep this folde...



( run in 0.599 second using v1.01-cache-2.11-cpan-49f99fa48dc )