aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 2188975..f1e4768 100755
--- a/install.sh
+++ b/install.sh
@@ -19,6 +19,12 @@ cp -R nvim "$CONFIG"
19# vit 19# vit
20cp -R vit "$CONFIG" 20cp -R vit "$CONFIG"
21 21
22# mpd
23cp -R mpd "$CONFIG"
24
25# ncmpcpp
26cp -R ncmpcpp "$CONFIG"
27
22# taskwarrior 28# taskwarrior
23cp taskwarrior/taskrc "$CONFIG/task/taskrc" 29cp taskwarrior/taskrc "$CONFIG/task/taskrc"
24 30