diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-09-08 11:04:11 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-09-08 11:04:11 +0200 |
| commit | 6a509aff264fc06ea212254c4ea3f66dc352f6dc (patch) | |
| tree | dab16dbf7d8e2f57ffb5a930e2f0fd622c573075 /install.sh | |
| parent | 0a2d6b291ac93cd0c70db20f93fb58e6b20d721d (diff) | |
| download | dotfiles-6a509aff264fc06ea212254c4ea3f66dc352f6dc.tar.gz dotfiles-6a509aff264fc06ea212254c4ea3f66dc352f6dc.tar.bz2 dotfiles-6a509aff264fc06ea212254c4ea3f66dc352f6dc.zip | |
Konfiguration für Taskwarrior hinzugefügt
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -19,6 +19,9 @@ cp -R nvim "$CONFIG" | |||
| 19 | # vit | 19 | # vit |
| 20 | cp -R vit "$CONFIG" | 20 | cp -R vit "$CONFIG" |
| 21 | 21 | ||
| 22 | # taskwarrior | ||
| 23 | cp taskwarrior/taskrc "$CONFIG/task/taskrc" | ||
| 24 | |||
| 22 | # zsh | 25 | # zsh |
| 23 | cp zsh/zshenv ~/.zshenv | 26 | cp zsh/zshenv ~/.zshenv |
| 24 | 27 | ||
