]>
Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - bin/sync-home
   2 # Usage: sync-home [user@]host ... 
   3 # Copy crucial dotfiles and scripts to one or more remote machines. 
   5 # Copyright (c) 2008 Ryan Tomayko <http://tomayko.com/about> 
   8 test -z "$1" || echo "$@" | grep -q -- '--help' && { 
   9     echo "Usage: $0 [user@]host ..." 
  16     rsync 
-avz --include-from=- --exclude='*' .
/ "${host}:" <<FILES 
  22 + /.bash_completion.d/** 
  31 - /.vim/plugin/netrwPlugin.vim 
  32 - /.vim/plugin/ruby_debugger.vim