diff options
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
