From 81e50771d1b8e7c081dfc9ecbbd28587df3ae521 Mon Sep 17 00:00:00 2001 From: mg Date: Tue, 13 Dec 2022 15:29:18 +0100 Subject: [PATCH] Update 'scripts/setup_minimal.sh' --- scripts/setup_minimal.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/setup_minimal.sh b/scripts/setup_minimal.sh index 682223d..8b0f9f9 100755 --- a/scripts/setup_minimal.sh +++ b/scripts/setup_minimal.sh @@ -4,15 +4,14 @@ cd ~ sudo apt install git tmux vim exa rigrep +git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim git clone https://git.mgrote.net/mg/dotfiles ~/dotfiles ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf ln -s ~/dotfiles/.vimrc ~/.vimrc -cat <<'EOF' >> ~/.bashrc -source ~/dotfiles/.bash_extra - -EOF +echo "source ~/dotfiles/.bash_extra" >> ~/.bashrc +vim +PluginInstall +qall source ~/.bashrc