|
@@ -3,3 +3,6 @@
|
|
# Programs for software development
|
|
# Programs for software development
|
|
sudo apt install git vim bat
|
|
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
|