You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
436 B
9 lines
436 B
### VIM
|
|
|
|
https://junegunn.kr/2014/10/creating-portable-vim-environment
|
|
|
|
To use it, you may download the script and run it, or simply execute it via curl as follows:
|
|
|
|
bash <(curl -L https://raw.githubusercontent.com/junegunn/myvim/master/myvim)
|
|
|
|
The command will generate an executable named vim.$(whoami) that contains your .vimrc and .vim directory. Now you have a portable bundle of your Vim environment you can easily bring around. |