diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-03-27 12:03:41 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-03-27 12:03:41 +0200 |
| commit | 173773d85c4fe7765df609bcf1ae3ff4f8fb9f92 (patch) | |
| tree | 7647ccf9f69b992e318bff9419801b03d2a99af4 /install.sh | |
| parent | 6178a7a78038c590946647208bc5a72dfd42b49b (diff) | |
| download | dotfiles-173773d85c4fe7765df609bcf1ae3ff4f8fb9f92.tar.gz dotfiles-173773d85c4fe7765df609bcf1ae3ff4f8fb9f92.tar.bz2 dotfiles-173773d85c4fe7765df609bcf1ae3ff4f8fb9f92.zip | |
GIT Konfiguration hinzugefügt
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -10,11 +10,13 @@ cp -R tmux "$CONFIG" | |||
| 10 | cp -R nvim "$CONFIG" | 10 | cp -R nvim "$CONFIG" |
| 11 | 11 | ||
| 12 | # zsh | 12 | # zsh |
| 13 | mkdir -p "$CONFIG/zsh" | ||
| 14 | |||
| 15 | cp zsh/zshenv ~/.zshenv | 13 | cp zsh/zshenv ~/.zshenv |
| 16 | 14 | ||
| 15 | mkdir -p "$CONFIG/zsh" | ||
| 17 | cp zsh/zshrc "$CONFIG/zsh/.zshrc" | 16 | cp zsh/zshrc "$CONFIG/zsh/.zshrc" |
| 18 | cp zsh/aliases "$CONFIG/zsh/aliases" | 17 | cp zsh/aliases "$CONFIG/zsh/aliases" |
| 19 | cp zsh/prompt "$CONFIG/zsh/prompt" | 18 | cp zsh/prompt "$CONFIG/zsh/prompt" |
| 20 | 19 | ||
| 20 | # git | ||
| 21 | cp git/gitconfig ~/.gitconfig | ||
| 22 | |||
