This commit is contained in:
parent
1863f81829
commit
c246bf53d0
1 changed files with 1 additions and 0 deletions
|
@ -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 && \
|
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 && \
|
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/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
|
cat > $HOME/.vimrc <<EOF
|
||||||
execute pathogen#infect()
|
execute pathogen#infect()
|
||||||
syntax enable
|
syntax enable
|
||||||
|
|
Loading…
Reference in a new issue