1
0

dev-install 232 B

12345678
  1. #!/usr/bin/fish
  2. # Programs for software development
  3. sudo apt install git vim bat
  4. # Install Vim plugin manager
  5. mkdir --parents ~/.vim/bundle/Vundle.vim
  6. git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim