#!/usr/bin/fish

# Programs for software development
sudo apt install git vim bat

# Install Vim plugin manager
mkdir --parents ~/.vim/bundle/Vundle.vim
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim