aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-09-08 11:04:11 +0200
committerThomas Schmucker <ts@its1.de>2023-09-08 11:04:11 +0200
commit6a509aff264fc06ea212254c4ea3f66dc352f6dc (patch)
treedab16dbf7d8e2f57ffb5a930e2f0fd622c573075 /install.sh
parent0a2d6b291ac93cd0c70db20f93fb58e6b20d721d (diff)
downloaddotfiles-6a509aff264fc06ea212254c4ea3f66dc352f6dc.tar.gz
dotfiles-6a509aff264fc06ea212254c4ea3f66dc352f6dc.tar.bz2
dotfiles-6a509aff264fc06ea212254c4ea3f66dc352f6dc.zip
Konfiguration für Taskwarrior hinzugefügt
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index ce0cfec..2188975 100755
--- a/install.sh
+++ b/install.sh
@@ -19,6 +19,9 @@ cp -R nvim "$CONFIG"
19# vit 19# vit
20cp -R vit "$CONFIG" 20cp -R vit "$CONFIG"
21 21
22# taskwarrior
23cp taskwarrior/taskrc "$CONFIG/task/taskrc"
24
22# zsh 25# zsh
23cp zsh/zshenv ~/.zshenv 26cp zsh/zshenv ~/.zshenv
24 27