Skip to content
This repository has been archived by the owner on Dec 26, 2020. It is now read-only.

Commit

Permalink
Replacing command-t with ctrl-p plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Swaroop C H authored and Swaroop C H committed Jan 13, 2012
1 parent 0a9b4ba commit 09df869
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
24 changes: 12 additions & 12 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,18 @@ fi
echo "Instruct Vundle to download all the scripts"
vim -c "BundleInstall" -c "quit"

echo "Command-T post-download installation"
if [[ -d "$HOME/.vim/bundle/command-t" ]]
then
cd "$HOME/.vim/bundle/command-t"
if [[ $(which rake) == "" ]]
then
echo "Install rake in another window"
read
fi
rake make
cd -
fi
#echo "Command-T post-download installation"
#if [[ -d "$HOME/.vim/bundle/command-t" ]]
#then
#cd "$HOME/.vim/bundle/command-t"
#if [[ $(which rake) == "" ]]
#then
#echo "Install rake in another window"
#read
#fi
#rake make
#cd -
#fi

echo "Custom snippets"
if [[ -d "$HOME/.vim/bundle/snipmate.vim" ]]
Expand Down
3 changes: 2 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Bundle 'gmarik/ide-popup.vim'
Bundle 'godlygeek/tabular'
Bundle 'jayferd/eco.vim'
Bundle 'kchmck/vim-coffee-script'
Bundle 'kien/ctrlp.vim'
Bundle 'majutsushi/tagbar'
Bundle 'mattn/zencoding-vim'
Bundle 'mikewest/vimroom'
Expand All @@ -64,7 +65,7 @@ Bundle 'wavded/vim-stylus'
"Bundle 'roman/golden-ratio'

" Git Repos not on GitHub
Bundle 'git://git.wincent.com/command-t.git'
"Bundle 'git://git.wincent.com/command-t.git'

"" General Settings

Expand Down

0 comments on commit 09df869

Please sign in to comment.