From ed0d31dd62648b156d3b950a3e28a54b9523da0a Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 9 Mar 2016 15:07:01 -0500 Subject: Add solarized themes --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3