aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-03-11 21:25:21 -0400
committerMitch Riedstra <mitch@riedstra.us>2019-03-11 21:25:21 -0400
commitb37c9f08c601e0f6c917c582bb5e36eaf17f6435 (patch)
treedb308080d6936a3ee4e9fa3c59f4b3b05a66b79d /setup.sh
parentcff49e94d96730cf02cfabc5a321d49b6b77d03d (diff)
downloadvim-cfg-b37c9f08c601e0f6c917c582bb5e36eaf17f6435.tar.gz
vim-cfg-b37c9f08c601e0f6c917c582bb5e36eaf17f6435.tar.xz
Reemove all the other themes, add mine and some comments around monotone theme
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh22
1 files changed, 2 insertions, 20 deletions
diff --git a/setup.sh b/setup.sh
index d7f1c38..abf85a3 100755
--- a/setup.sh
+++ b/setup.sh
@@ -38,30 +38,12 @@ clone
DIR="bundle/vim-go"
URL="https://github.com/fatih/vim-go.git"
clone
-DIR="themes/distinguished"
-URL="https://github.com/Lokaltog/vim-distinguished.git"
-clone
-DIR="themes/solarized"
-URL="https://github.com/altercation/vim-colors-solarized"
-clone
-DIR="themes/256noir"
-URL="https://github.com/andreasvc/vim-256noir"
-clone
-DIR="themes/orbital"
-URL="https://github.com/fcpg/vim-orbital"
-clone
-DIR="themes/dracula"
-URL="https://github.com/dracula/vim.git"
-clone
-DIR="themes/gruvbox"
-URL="https://github.com/morhetz/gruvbox"
-clone
DIR="bundle/nerdtree"
URL="https://github.com/scrooloose/nerdtree"
clone
DIR="bundle/gundo"
URL="https://github.com/sjl/gundo.vim"
clone
-DIR="themes/monotone"
-URL="https://github.com/Lokaltog/vim-monotone"
+DIR="themes/mitch"
+URL="https://git.riedstra.us/vim/mitch.git"
clone