From eae218ec8658412e62bbfb38769b0f337eb6f31c Mon Sep 17 00:00:00 2001 From: Michel Smola Date: Sun, 17 Dec 2017 12:18:37 +0100 Subject: [PATCH] moved setup.sh from .vim to ~/.setup.sh and added support for base16-shell --- .setup.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .setup.sh diff --git a/.setup.sh b/.setup.sh new file mode 100644 index 0000000..078868d --- /dev/null +++ b/.setup.sh @@ -0,0 +1,10 @@ +#!/bin/bash +# install vim addons +cd ~/.vim/bundle +git clone https://github.com/chriskempson/base16-vim.git +git clone https://github.com/termhn/i3-vim-nav.git +git clone https://github.com/tshirtman/vim-cython.git +git clone https://github.com/fatih/vim-go.git + +# base16 color scheme +git clone https://github.com/chriskempson/base16-shell.git ~/.config/base16-shell