aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.sh31
1 files changed, 5 insertions, 26 deletions
diff --git a/setup.sh b/setup.sh
index a980c14..7bcade9 100755
--- a/setup.sh
+++ b/setup.sh
@@ -14,17 +14,8 @@ 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
-DIR="themes/vim-256noir"
-URL="https://git.riedstra.us/mitch/vim-256noir.git"
-clone
-DIR="bundle/typescript-syntax"
-URL="https://github.com/leafgarland/typescript-vim"
+DIR="."
+URL="https://git.riedstra.us/mitch/vim-cfg"
clone
DIR="bundle/jinja2-syntax"
URL="https://github.com/Glench/Vim-Jinja2-Syntax.git"
@@ -32,39 +23,27 @@ clone
DIR="bundle/vim-airline"
URL="https://github.com/vim-airline/vim-airline.git"
clone
-DIR="bundle/php.vim"
-URL="https://github.com/StanAngeloff/php.vim.git"
-clone
-DIR="bundle/vim-l9"
-URL="https://git.riedstra.us/mitch/vim-l9.git"
-clone
DIR="bundle/nerdtree"
URL="https://github.com/scrooloose/nerdtree.git"
clone
DIR="bundle/vim-autocomplpop"
URL="https://git.riedstra.us/mitch/vim-autocomplpop.git"
clone
-DIR="bundle/vim-go"
-URL="https://github.com/fatih/vim-go.git"
-clone
DIR="bundle/ag.vim"
URL="https://github.com/rking/ag.vim.git"
clone
DIR="bundle/tagbar"
URL="git://github.com/majutsushi/tagbar"
clone
-DIR="bundle/nginx-vim-syntax"
-URL="https://git.riedstra.us/mitch/nginx-vim-syntax.git"
-clone
DIR="bundle/ctrlp.vim"
URL="https://github.com/ctrlpvim/ctrlp.vim"
clone
-DIR="bundle/gundo.vim"
-URL="https://github.com/sjl/gundo.vim.git"
-clone
DIR="bundle/vim-distinguished"
URL="https://github.com/Lokaltog/vim-distinguished.git"
clone
DIR="bundle/emmet-vim"
URL="https://github.com/mattn/emmet-vim.git"
clone
+DIR="bundle/l9"
+URL="https://git.riedstra.us/mitch/vim-l9.git"
+clone