diff options
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 9 |
1 files changed, 4 insertions, 5 deletions
| @@ -42,13 +42,12 @@ cp -R ncmpcpp "$CONFIG" | |||
| 42 | cp taskwarrior/taskrc "$CONFIG/task/taskrc" | 42 | cp taskwarrior/taskrc "$CONFIG/task/taskrc" |
| 43 | 43 | ||
| 44 | # zsh | 44 | # zsh |
| 45 | cp zsh/zshenv ~/.zshenv | 45 | link "$SCRIPT_DIR/zsh/zshenv.home" "$HOME/.zshenv" |
| 46 | 46 | ||
| 47 | mkdir -p "$CONFIG/zsh" | 47 | mkdir -p "$CONFIG/zsh" |
| 48 | cp zsh/zshrc "$CONFIG/zsh/.zshrc" | 48 | link "$SCRIPT_DIR/zsh/zshrc" "$CONFIG/zsh/.zshrc" |
| 49 | cp zsh/aliases "$CONFIG/zsh/aliases" | 49 | link "$SCRIPT_DIR/zsh/zshenv" "$CONFIG/zsh/.zshenv" |
| 50 | cp zsh/prompt "$CONFIG/zsh/prompt" | 50 | link "$SCRIPT_DIR/zsh/zprofile" "$CONFIG/zsh/.zprofile" |
| 51 | cp zsh/completion "$CONFIG/zsh/completion" | ||
| 52 | 51 | ||
| 53 | # git | 52 | # git |
| 54 | cp git/gitconfig ~/.gitconfig | 53 | cp git/gitconfig ~/.gitconfig |
