aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
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