Update 'scripts/setup_minimal.sh'

This commit is contained in:
Michael Grote 2022-12-13 15:29:18 +01:00
parent 94f4bebf25
commit 81e50771d1

View file

@ -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