diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-05-27 10:10:55 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-05-27 10:10:55 +0200 |
| commit | 38aca8584286842dd99dc8f28e3d44a4c743d3bc (patch) | |
| tree | 672d18664108e677343e0ef257ca1f8362d7777e /install.sh | |
| parent | ea20114f0842e9995e5bd8fa01c88c8f6516b80d (diff) | |
| download | dotfiles-38aca8584286842dd99dc8f28e3d44a4c743d3bc.tar.gz dotfiles-38aca8584286842dd99dc8f28e3d44a4c743d3bc.tar.bz2 dotfiles-38aca8584286842dd99dc8f28e3d44a4c743d3bc.zip | |
Besseres Setup für Auto-Vervollständigung
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -17,9 +17,10 @@ cp -R nvim "$CONFIG" | |||
| 17 | cp zsh/zshenv ~/.zshenv | 17 | cp zsh/zshenv ~/.zshenv |
| 18 | 18 | ||
| 19 | mkdir -p "$CONFIG/zsh" | 19 | mkdir -p "$CONFIG/zsh" |
| 20 | cp zsh/zshrc "$CONFIG/zsh/.zshrc" | 20 | cp zsh/zshrc "$CONFIG/zsh/.zshrc" |
| 21 | cp zsh/aliases "$CONFIG/zsh/aliases" | 21 | cp zsh/aliases "$CONFIG/zsh/aliases" |
| 22 | cp zsh/prompt "$CONFIG/zsh/prompt" | 22 | cp zsh/prompt "$CONFIG/zsh/prompt" |
| 23 | cp zsh/completion "$CONFIG/zsh/completion" | ||
| 23 | 24 | ||
| 24 | # git | 25 | # git |
| 25 | cp git/gitconfig ~/.gitconfig | 26 | cp git/gitconfig ~/.gitconfig |
