Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Rafiot/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jan 3, 2012
2 parents 5f4f03b + 950412e commit 8365e98
Show file tree
Hide file tree
Showing 14 changed files with 61 additions and 4 deletions.
24 changes: 24 additions & 0 deletions .gitmodules
Expand Up @@ -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
1 change: 1 addition & 0 deletions _vim/bundle/ack
Submodule ack added at 989528
1 change: 1 addition & 0 deletions _vim/bundle/command-t
Submodule command-t added at e9a861
1 change: 1 addition & 0 deletions _vim/bundle/easytags
Submodule easytags added at 0f57d4
1 change: 1 addition & 0 deletions _vim/bundle/fugitive
Submodule fugitive added at d95e6c
2 changes: 1 addition & 1 deletion _vim/bundle/git
1 change: 1 addition & 0 deletions _vim/bundle/gundo
Submodule gundo added at 12b6f6
1 change: 1 addition & 0 deletions _vim/bundle/nerdtree
Submodule nerdtree added at 8b7004
1 change: 0 additions & 1 deletion _vim/bundle/pep8
Submodule pep8 deleted from 8a185f
2 changes: 1 addition & 1 deletion _vim/bundle/pydoc
2 changes: 1 addition & 1 deletion _vim/bundle/pyflakes
Submodule pyflakes updated 1 files
+1 −0 .gitignore
1 change: 1 addition & 0 deletions _vim/bundle/pytest
Submodule pytest added at 3eb1d8
1 change: 1 addition & 0 deletions _vim/bundle/snipmate
Submodule snipmate added at f5a75d
26 changes: 26 additions & 0 deletions 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/

0 comments on commit 8365e98

Please sign in to comment.