Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 590 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 590 Bytes

my-vimrc-for-python

:shipit: My Vim settings file for Python Development

How To Install/Use:

Run the next script in your bash terminal, and your Vim settings will be replaced with mine.

The old settings will be saved in /etc/vim-old directory.

$ sudo git clone https://github.com/yuvalailer/my-vimrc-for-python.git /etc/vim-new ;\
sudo mv /etc/vim /etc/vim-old ;\
sudo mv /etc/vim-new /etc/vim

How to Undo:

$ sudo mv /etc/vim /etc/vim-from-github ;\
sudo mv /etc/vim-old /etc/vim

# optional:
sudo rm -r /etc/vim-from-github

Tested on Ubuntu18.04