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

Commit

Permalink
added setup.sh to clone addons into .vim/bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Smola committed Dec 17, 2017
1 parent 7740739 commit 10a6c4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vim/setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
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

0 comments on commit 10a6c4d

Please sign in to comment.