Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

Commit

Permalink
moved setup.sh from .vim to ~/.setup.sh and added support for base16-…
Browse files Browse the repository at this point in the history
…shell
  • Loading branch information
Michel Smola committed Dec 17, 2017
1 parent 10a6c4d commit eae218e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .setup.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit eae218e

Please sign in to comment.