A repository to restore basic linux machine configurations, .vimrc , .bashrc
sudo apt install vim && mkdir -p ~/.vim/bundle && git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
Copy the .bashrc and .vimrc to your home folder
cp .vimrc .bashrc ~/.