aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
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 0df3998..ce0cfec 100755
--- a/install.sh
+++ b/install.sh
@@ -16,6 +16,9 @@ cp -R tmuxp "$CONFIG"
16# nvim 16# nvim
17cp -R nvim "$CONFIG" 17cp -R nvim "$CONFIG"
18 18
19# vit
20cp -R vit "$CONFIG"
21
19# zsh 22# zsh
20cp zsh/zshenv ~/.zshenv 23cp zsh/zshenv ~/.zshenv
21 24