From 950412e219304b02f165f0478abaed345c8e66d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 7 Dec 2011 06:38:33 +0100 Subject: [PATCH] add initscript for ubuntu --- .gitmodules | 24 ++++++++++++++++++++++++ _vim/bundle/ack | 1 + _vim/bundle/command-t | 1 + _vim/bundle/easytags | 1 + _vim/bundle/fugitive | 1 + _vim/bundle/git | 2 +- _vim/bundle/gundo | 1 + _vim/bundle/nerdtree | 1 + _vim/bundle/pep8 | 1 - _vim/bundle/pydoc | 2 +- _vim/bundle/pyflakes | 2 +- _vim/bundle/pytest | 1 + _vim/bundle/snipmate | 1 + init_env_ubuntu.sh | 26 ++++++++++++++++++++++++++ 14 files changed, 61 insertions(+), 4 deletions(-) create mode 160000 _vim/bundle/ack create mode 160000 _vim/bundle/command-t create mode 160000 _vim/bundle/easytags create mode 160000 _vim/bundle/fugitive create mode 160000 _vim/bundle/gundo create mode 160000 _vim/bundle/nerdtree delete mode 160000 _vim/bundle/pep8 create mode 160000 _vim/bundle/pytest create mode 160000 _vim/bundle/snipmate create mode 100755 init_env_ubuntu.sh diff --git a/.gitmodules b/.gitmodules index cc1974ee2..cc01a7e3c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,27 @@ [submodule "_vim/bundle/supertab"] path = _vim/bundle/supertab url = https://github.com/ervandew/supertab.git +[submodule "_vim/bundle/fugitive"] + path = _vim/bundle/fugitive + url = http://github.com/tpope/vim-fugitive.git +[submodule "_vim/bundle/snipmate"] + path = _vim/bundle/snipmate + url = https://github.com/msanders/snipmate.vim.git +[submodule "_vim/bundle/command-t"] + path = _vim/bundle/command-t + url = https://github.com/wincent/Command-T.git +[submodule "_vim/bundle/ack"] + path = _vim/bundle/ack + url = https://github.com/mileszs/ack.vim.git +[submodule "_vim/bundle/gundo"] + path = _vim/bundle/gundo + url = https://github.com/sjl/gundo.vim.git +[submodule "_vim/bundle/pytest"] + path = _vim/bundle/pytest + url = https://github.com/alfredodeza/pytest.vim.git +[submodule "_vim/bundle/nerdtree"] + path = _vim/bundle/nerdtree + url = https://github.com/vim-scripts/The-NERD-tree.git +[submodule "_vim/bundle/easytags"] + path = _vim/bundle/easytags + url = https://github.com/xolox/vim-easytags.git diff --git a/_vim/bundle/ack b/_vim/bundle/ack new file mode 160000 index 000000000..989528504 --- /dev/null +++ b/_vim/bundle/ack @@ -0,0 +1 @@ +Subproject commit 9895285042a2fd5691b2f6582aa979e4d1bdffea diff --git a/_vim/bundle/command-t b/_vim/bundle/command-t new file mode 160000 index 000000000..e9a861b34 --- /dev/null +++ b/_vim/bundle/command-t @@ -0,0 +1 @@ +Subproject commit e9a861b34674608ffa70e26063674245cd4e0927 diff --git a/_vim/bundle/easytags b/_vim/bundle/easytags new file mode 160000 index 000000000..0f57d4f9b --- /dev/null +++ b/_vim/bundle/easytags @@ -0,0 +1 @@ +Subproject commit 0f57d4f9ba70fee2d17b322387f75cec551896c9 diff --git a/_vim/bundle/fugitive b/_vim/bundle/fugitive new file mode 160000 index 000000000..d95e6c61b --- /dev/null +++ b/_vim/bundle/fugitive @@ -0,0 +1 @@ +Subproject commit d95e6c61b53cef39d31e97d0ab4751138431a073 diff --git a/_vim/bundle/git b/_vim/bundle/git index 291cbe97f..0a0d799e7 160000 --- a/_vim/bundle/git +++ b/_vim/bundle/git @@ -1 +1 @@ -Subproject commit 291cbe97f2c367f40360949f19b4fa8fb0740e9f +Subproject commit 0a0d799e72ed63a08eb60070eadb343dea3b8c26 diff --git a/_vim/bundle/gundo b/_vim/bundle/gundo new file mode 160000 index 000000000..12b6f67ae --- /dev/null +++ b/_vim/bundle/gundo @@ -0,0 +1 @@ +Subproject commit 12b6f67aeb892519385529b2b5cdda55cc428d9d diff --git a/_vim/bundle/nerdtree b/_vim/bundle/nerdtree new file mode 160000 index 000000000..8b7004c20 --- /dev/null +++ b/_vim/bundle/nerdtree @@ -0,0 +1 @@ +Subproject commit 8b7004c20a18277a94261dc20ad3a45950265bc2 diff --git a/_vim/bundle/pep8 b/_vim/bundle/pep8 deleted file mode 160000 index 8a185fe42..000000000 --- a/_vim/bundle/pep8 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8a185fe42a4d96dd45dae7bc1b95332a391d9e8a diff --git a/_vim/bundle/pydoc b/_vim/bundle/pydoc index 132136a74..85aad0816 160000 --- a/_vim/bundle/pydoc +++ b/_vim/bundle/pydoc @@ -1 +1 @@ -Subproject commit 132136a746798b0dcf7ea98a310875c12d4704e1 +Subproject commit 85aad0816c8fd7270e4e735e7622dc26c506d158 diff --git a/_vim/bundle/pyflakes b/_vim/bundle/pyflakes index 16482b215..ca28f1cda 160000 --- a/_vim/bundle/pyflakes +++ b/_vim/bundle/pyflakes @@ -1 +1 @@ -Subproject commit 16482b2158c7cd9c087f4e6a601921e430a7b80c +Subproject commit ca28f1cdac2a540fa61631602ff1debb4a9df95e diff --git a/_vim/bundle/pytest b/_vim/bundle/pytest new file mode 160000 index 000000000..3eb1d8f24 --- /dev/null +++ b/_vim/bundle/pytest @@ -0,0 +1 @@ +Subproject commit 3eb1d8f248f6b9fe22c986a5ffa0a65b4b73e631 diff --git a/_vim/bundle/snipmate b/_vim/bundle/snipmate new file mode 160000 index 000000000..f5a75d075 --- /dev/null +++ b/_vim/bundle/snipmate @@ -0,0 +1 @@ +Subproject commit f5a75d075d3c005ebe69e3f5e56cf99516e8aa3b diff --git a/init_env_ubuntu.sh b/init_env_ubuntu.sh new file mode 100755 index 000000000..010777c31 --- /dev/null +++ b/init_env_ubuntu.sh @@ -0,0 +1,26 @@ +#!/bin/bash + +sudo apt-get install vim vim-scripts pep8 rake vim-nox ruby1.8-dev build-essential \ + exuberant-ctags tmux ttf-inconsolata htop + +git rm -r --cached _vim/bundle/ +rm -rf _vim/bundle/* + +git submodule add http://github.com/tpope/vim-fugitive.git _vim/bundle/fugitive +git submodule add https://github.com/msanders/snipmate.vim.git _vim/bundle/snipmate +git submodule add https://github.com/tpope/vim-git.git _vim/bundle/git +git submodule add https://github.com/wincent/Command-T.git _vim/bundle/command-t +git submodule add https://github.com/mitechie/pyflakes-pathogen.git _vim/bundle/pyflakes +git submodule add https://github.com/mileszs/ack.vim.git _vim/bundle/ack +git submodule add https://github.com/sjl/gundo.vim.git _vim/bundle/gundo +git submodule add https://github.com/fs111/pydoc.vim.git _vim/bundle/pydoc +git submodule add https://github.com/alfredodeza/pytest.vim.git _vim/bundle/pytest +git submodule add https://github.com/reinh/vim-makegreen _vim/bundle/makegreen +git submodule add https://github.com/vim-scripts/TaskList.vim.git _vim/bundle/tasklist +git submodule add https://github.com/vim-scripts/The-NERD-tree.git _vim/bundle/nerdtree +git submodule add https://github.com/sontek/rope-vim.git _vim/bundle/ropevim +git submodule add https://github.com/vim-scripts/AutoComplPop.git _vim/bundle/acp +git submodule add https://github.com/altercation/vim-colors-solarized.git _vim/bundle/solarized +git submodule add https://github.com/xolox/vim-easytags.git _vim/bundle/easytags + +cp /usr/share/vim-scripts/colors/desert256.vim _vim/colors/