aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-03-27 12:03:41 +0200
committerThomas Schmucker <ts@its1.de>2023-03-27 12:03:41 +0200
commit173773d85c4fe7765df609bcf1ae3ff4f8fb9f92 (patch)
tree7647ccf9f69b992e318bff9419801b03d2a99af4 /install.sh
parent6178a7a78038c590946647208bc5a72dfd42b49b (diff)
downloaddotfiles-173773d85c4fe7765df609bcf1ae3ff4f8fb9f92.tar.gz
dotfiles-173773d85c4fe7765df609bcf1ae3ff4f8fb9f92.tar.bz2
dotfiles-173773d85c4fe7765df609bcf1ae3ff4f8fb9f92.zip
GIT Konfiguration hinzugefügt
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index cfd8da7..0959a01 100755
--- a/install.sh
+++ b/install.sh
@@ -10,11 +10,13 @@ cp -R tmux "$CONFIG"
10cp -R nvim "$CONFIG" 10cp -R nvim "$CONFIG"
11 11
12# zsh 12# zsh
13mkdir -p "$CONFIG/zsh"
14
15cp zsh/zshenv ~/.zshenv 13cp zsh/zshenv ~/.zshenv
16 14
15mkdir -p "$CONFIG/zsh"
17cp zsh/zshrc "$CONFIG/zsh/.zshrc" 16cp zsh/zshrc "$CONFIG/zsh/.zshrc"
18cp zsh/aliases "$CONFIG/zsh/aliases" 17cp zsh/aliases "$CONFIG/zsh/aliases"
19cp zsh/prompt "$CONFIG/zsh/prompt" 18cp zsh/prompt "$CONFIG/zsh/prompt"
20 19
20# git
21cp git/gitconfig ~/.gitconfig
22