From 10c4e50d87e2fdb7b2730c5c4b625df5c35f3f39 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 24 Jun 2015 15:07:50 -0400 Subject: Add taskrc symlink. --- bin/setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/setup.sh b/bin/setup.sh index ee52c20..918c41b 100755 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -41,6 +41,7 @@ create_symlink() { } create_symlink dotfiles/gitconfig .gitconfig +create_symlink dotfiles/taskrc .taskrc create_symlink /dev/null .vimrc.local if [[ "${SHELL}" = *zsh* ]]; then -- cgit v1.2.3