This commit is contained in:
Tobias Schmidl 2017-11-08 15:01:53 +01:00 committed by GitHub
parent 1863f81829
commit c246bf53d0

View file

@ -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 <<EOF
execute pathogen#infect()
syntax enable