This commit is contained in:
parent
cd0407f5ad
commit
9b094b6e2b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue