summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-08-10 04:51:45 +0200
committerTharre <tharre3@gmail.com>2016-10-07 20:13:35 +0000
commit34aa68663875f74c0cb05718719a49cefd1f574d (patch)
tree399b70b6e9aa3f76924bcc154dff6e3ac4c01ac6 /install.sh
parent7f4d325414fa4f49669951e25141e0c456817540 (diff)
downloaddotfiles-34aa68663875f74c0cb05718719a49cefd1f574d.tar.gz
dotfiles-34aa68663875f74c0cb05718719a49cefd1f574d.tar.xz
dotfiles-34aa68663875f74c0cb05718719a49cefd1f574d.zip
Add custom theme
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"