added bootstrapping bash script to setup environemnt

This commit is contained in:
Steffen Vogel 2015-07-27 22:56:14 +02:00
parent cf38f4762a
commit c66f973112

18
bootstrap.sh Executable file
View file

@ -0,0 +1,18 @@
#!/usr/bin/env bash
mkdir -p ~/.homesick/repos
cd ~/.homesick/repos
# Private
git clone stvog@lian.0l.de:/var/git/github/dotfiles.git
git clone stv0g@lian.0l.de:/var/git/private/pass.git
# Public
git clone https://github.com/lyxell/pride.vim vim-pride
git clone https://github.com/andsens/homeshick
git clone https://github.com/bling/vim-airline
git clone https://github.com/airblade/vim-gitgutter
git clone https://github.com/Shougo/neocomplete.vim vim-neocomplete
git clone https://github.com/Shougo/neosnippet.vim vim-neosnippet
git clone https://github.com/honza/vim-snippets
git clone https://github.com/scrooloose/syntastic vim-syntastic