From 9b094b6e2b589f93fb1a2eb4b4b853f6c3c84b23 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Thu, 12 Oct 2017 14:24:25 +0200 Subject: [PATCH] --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <