From 3463004c8ffb1862e23dd7d1c857ec96ebc8a9bf Mon Sep 17 00:00:00 2001 From: Orien Vandenbergh Date: Tue, 20 Sep 2016 14:57:30 -0600 Subject: [PATCH] Add the blaquemagick colorscheme --- initialize_environment.sh | 41 ++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/initialize_environment.sh b/initialize_environment.sh index 0ff821e..bb6d167 100755 --- a/initialize_environment.sh +++ b/initialize_environment.sh @@ -19,26 +19,27 @@ mkdir -p $HOME/.vim/autoload $HOME/.vim/bundle curl -LSso $HOME/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim MODULES="git://github.com/tpope/vim-fugitive.git - git://github.com/tpope/vim-git.git - https://github.com/tpope/vim-sensible.git - https://github.com/rust-lang/rust.vim.git - https://github.com/pearofducks/ansible-vim.git - https://github.com/airblade/vim-gitgutter - https://github.com/bling/vim-airline - https://github.com/vim-airline/vim-airline-themes - https://github.com/pangloss/vim-javascript - https://github.com/tpope/vim-surround - https://github.com/scrooloose/syntastic - https://github.com/Marfisc/vorange.git - https://github.com/sjl/badwolf.git - https://github.com/YorickPeterse/happy_hacking.vim.git - https://github.com/owickstrom/vim-colors-paramount.git - https://github.com/pbrisbin/vim-colors-off.git - https://github.com/kristijanhusak/vim-hybrid-material.git - https://github.com/dsolstad/vim-wombat256i.git - https://github.com/jnurmine/Zenburn.git - git://github.com/altercation/vim-colors-solarized.git - https://github.com/sheerun/vim-wombat-scheme.git" + git://github.com/tpope/vim-git.git + https://github.com/tpope/vim-sensible.git + https://github.com/rust-lang/rust.vim.git + https://github.com/pearofducks/ansible-vim.git + https://github.com/airblade/vim-gitgutter + https://github.com/bling/vim-airline + https://github.com/vim-airline/vim-airline-themes + https://github.com/pangloss/vim-javascript + https://github.com/tpope/vim-surround + https://github.com/scrooloose/syntastic + https://github.com/Marfisc/vorange.git + https://github.com/sjl/badwolf.git + https://github.com/YorickPeterse/happy_hacking.vim.git + https://github.com/owickstrom/vim-colors-paramount.git + https://github.com/pbrisbin/vim-colors-off.git + https://github.com/kristijanhusak/vim-hybrid-material.git + https://github.com/dsolstad/vim-wombat256i.git + https://github.com/jnurmine/Zenburn.git + git://github.com/altercation/vim-colors-solarized.git + https://github.com/xero/blaquemagick.vim.git + https://github.com/sheerun/vim-wombat-scheme.git" cd $HOME/.vim/bundle for module in $MODULES; do