diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-07-16 09:07:00 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-07-16 09:07:00 -0400 |
commit | 34f49197cdf0882a5f1e6312c841818612bfdd4a (patch) | |
tree | 499b48df315947110ca5dc8bcea05ff1fdcf610e /bin/setup.sh | |
parent | 086be55a4327117a6d7a3216533781a5a49ff6b8 (diff) | |
parent | 26792463b3e1281cb3b58c8bfcb7d712d576f0e1 (diff) |
Merge branch 'master' of home.orbekk.com:/storage/projects/dotfiles
Diffstat (limited to 'bin/setup.sh')
-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 |