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