diff --git a/bootstrap.sh b/bootstrap.sh index 0ae5c62..3c4ec67 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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 <