From e58a6497d050480c56b9689004b9ded1cc2b0b9d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 17 Jan 2016 07:17:17 -0800 Subject: Remove configuration for `vim` and all the scripts No need to carry a configuration for `vim` anymore, and most of the scripts are either useless, or have moved to the *toolbox* repository on GitHub (and are now in go, and sometimes with tests). --- bin/sync-shell-files | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 bin/sync-shell-files (limited to 'bin/sync-shell-files') diff --git a/bin/sync-shell-files b/bin/sync-shell-files deleted file mode 100755 index dca1262..0000000 --- a/bin/sync-shell-files +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -to_host="$1" - -if [[ -z "${to_host}" ]]; then - echo "usage: $0 " - exit 1 -fi - -files="inputrc gitconfig" -for file in $files; do - rsync -avz --delete "${HOME}/src/dotfiles/${file}" "${to_host}:.${file}" -done - -[ -f "${HOME}/.gitconfig.private" ] && rsync -avz --delete "${HOME}/.gitconfig.private" "${to_host}:" -- cgit 1.4.1