diff options
-rwxr-xr-x | bin/setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |