My personal .vimrc file
install cURL library:
sudo apt-get install curl
1 - install vim.basic by executing these commands:
sudo apt update && sudo apt install vim vim-gui-common vim-runtime
2 - clone this repo
git clone https://github.com/celyes/dot-vimrc.git
3 - change the location and name of vimrc file
cd dot-vimrc
mv vimrc ~/.vimrc
5 - install vim-plug:
git clone https://github.com/VundleVim/Vundle.vim ~/.vim/plugin/Vundle.vim