aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-05-27 10:10:55 +0200
committerThomas Schmucker <ts@its1.de>2023-05-27 10:10:55 +0200
commit38aca8584286842dd99dc8f28e3d44a4c743d3bc (patch)
tree672d18664108e677343e0ef257ca1f8362d7777e /install.sh
parentea20114f0842e9995e5bd8fa01c88c8f6516b80d (diff)
downloaddotfiles-38aca8584286842dd99dc8f28e3d44a4c743d3bc.tar.gz
dotfiles-38aca8584286842dd99dc8f28e3d44a4c743d3bc.tar.bz2
dotfiles-38aca8584286842dd99dc8f28e3d44a4c743d3bc.zip
Besseres Setup für Auto-Vervollständigung
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/install.sh b/install.sh
index 50f66b6..65c9a59 100755
--- a/install.sh
+++ b/install.sh
@@ -17,9 +17,10 @@ cp -R nvim "$CONFIG"
17cp zsh/zshenv ~/.zshenv 17cp zsh/zshenv ~/.zshenv
18 18
19mkdir -p "$CONFIG/zsh" 19mkdir -p "$CONFIG/zsh"
20cp zsh/zshrc "$CONFIG/zsh/.zshrc" 20cp zsh/zshrc "$CONFIG/zsh/.zshrc"
21cp zsh/aliases "$CONFIG/zsh/aliases" 21cp zsh/aliases "$CONFIG/zsh/aliases"
22cp zsh/prompt "$CONFIG/zsh/prompt" 22cp zsh/prompt "$CONFIG/zsh/prompt"
23cp zsh/completion "$CONFIG/zsh/completion"
23 24
24# git 25# git
25cp git/gitconfig ~/.gitconfig 26cp git/gitconfig ~/.gitconfig