From c8c69103cde62da098a1e9eb4f0bb70c86c60ba2 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 15 Dec 2012 00:32:24 +0100 Subject: [PATCH] setup.sh: Link crontab into ~/.crontab.d if it's available. --- setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.sh b/setup.sh index 127b1a4..2f39245 100755 --- a/setup.sh +++ b/setup.sh @@ -32,3 +32,7 @@ link vimrc ~/.vimrc if installed gvim; then link gvimrc ~/.gvimrc fi + +if test -d ~/.crontab.d; then + link crontab ~/.crontab.d/crontab.dotfiles-vim +fi -- 2.44.1