added bootstrapping bash script to setup environemnt
This commit is contained in:
parent
cf38f4762a
commit
c66f973112
1 changed files with 18 additions and 0 deletions
18
bootstrap.sh
Executable file
18
bootstrap.sh
Executable 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
|
Loading…
Add table
Reference in a new issue