summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 9aeb1fe..a52e49f 100755
--- a/install.sh
+++ b/install.sh
@@ -8,6 +8,7 @@ git submodule update --init --recursive
# [zsh]
ln -sf "$dotfiles/shell/_zshrc" "$HOME/.zshrc"
ln -sfT "$dotfiles/shell/_oh-my-zsh" "$HOME/.oh-my-zsh"
+ln -sfT "$dotfiles/shell/themes" "$HOME/.oh-my-zsh/custom/themes"
# [vim]
ln -sf "$dotfiles/shell/_vimrc" "$HOME/.vimrc"