Skip to content

AkbarSerad/vundle_vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

How to Restore on Another Machine On any other machine where you want the same Vim setup:

  1. Clone the repo

git clone https://github.com/AkbarSerad/vim-backup.git cd vim-backup 2. Copy files into place

cp .vimrc ~/ cp -r .vim ~/ 💡 If you want to symlink instead (to keep it version-controlled), do:

ln -sf ~/vim-backup/.vimrc ~/.vimrc ln -sf ~/vim-backup/.vim ~/.vim 3. Ensure Vundle is installed

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim 4. Open Vim and install plugins

vim +PluginInstall +qall Done! 🎉

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published