aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-09-07 19:13:03 +0200
committerThomas Schmucker <ts@its1.de>2023-09-07 19:13:03 +0200
commit0a2d6b291ac93cd0c70db20f93fb58e6b20d721d (patch)
treed00e54754cc523504d368b07bb2978fbf76a8317 /install.sh
parent9689e1c80a2215edb74b5e65c663e0e1c48c546d (diff)
downloaddotfiles-0a2d6b291ac93cd0c70db20f93fb58e6b20d721d.tar.gz
dotfiles-0a2d6b291ac93cd0c70db20f93fb58e6b20d721d.tar.bz2
dotfiles-0a2d6b291ac93cd0c70db20f93fb58e6b20d721d.zip
Konfiguration für VIT 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 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