Skip to content

Instantly share code, notes, and snippets.

set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required
@ythosa
ythosa / clone-all.bat
Last active December 18, 2020 12:56 — forked from Konard/clone-all.bat
Clone all LinksPlatform's repositories using SSH.
git clone git@github.com:linksplatform/ccc
git clone git@github.com:linksplatform/Collections
git clone git@github.com:linksplatform/Collections.Methods
git clone git@github.com:linksplatform/Communication
git clone git@github.com:linksplatform/Communication.Protocol.Lino
git clone git@github.com:linksplatform/Comparers
git clone git@github.com:linksplatform/Comparisons.SQLiteVSDoublets
git clone git@github.com:linksplatform/Converters
git clone git@github.com:linksplatform/Crawler
git clone git@github.com:linksplatform/CSharpToCppTranslator