diff --git a/bootstrap.sh b/bootstrap.sh index eda834c..c4e0cc2 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -6,6 +6,7 @@ sudo -S bash -c "apt install bash-completion elinks git zsh curl vim-nox byobu c mkdir -p $HOME/.vim/autoload $HOME/.vim/bundle && \ curl -LSso $HOME/.vim/autoload/pathogen.vim https://github.com/tpope/vim-pathogen/raw/master/autoload/pathogen.vim && \ git clone https://github.com/altercation/vim-colors-solarized.git $HOME/.vim/bundle/vim-colors-solarized && \ + git clone https://github.com/tpope/vim-sleuth.git $HOME/.vim/bundle/vim-sleuth && cat > $HOME/.vimrc <