aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorMitch Riedstra <Mitch@riedstra.us>2016-03-09 15:07:01 -0500
committerMitch Riedstra <Mitch@riedstra.us>2016-03-09 15:07:01 -0500
commited0d31dd62648b156d3b950a3e28a54b9523da0a (patch)
treed6db7b34d1961f7256572ddf57da0739b1a3eafd /setup.sh
parent72dfdc1ac910d3f4efe432e1c33d837d04f53929 (diff)
downloadvim-cfg-ed0d31dd62648b156d3b950a3e28a54b9523da0a.tar.gz
vim-cfg-ed0d31dd62648b156d3b950a3e28a54b9523da0a.tar.xz
Add solarized themes
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 2370b59..c8ea19a 100755
--- a/setup.sh
+++ b/setup.sh
@@ -14,6 +14,9 @@ clone() {
fi
cd $WD
}
+DIR="themes/solarized"
+URL="https://github.com/altercation/vim-colors-solarized.git"
+clone
DIR="themes/vim-colors-penultimate"
URL="https://github.com/ivan-cukic/vim-colors-penultimate"
clone