This commit is contained in:
Tobias Schmidl 2017-10-12 14:24:25 +02:00 committed by GitHub
parent cd0407f5ad
commit 9b094b6e2b

View file

@ -5,7 +5,7 @@ sudo bash -c "apt install elinks git zsh curl neovim byobu command-not-found apt
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/bundles/vim-colors-solarized && \
git clone https://github.com/altercation/vim-colors-solarized.git $HOME/.vim/bundle/vim-colors-solarized && \
cat > $HOME/.vimrc <<EOF
execute pathogen#infect()
syntax enable