1
0
Fork 0
mirror of synced 2024-06-18 06:51:11 -04:00
ultimate-vim/README.md

20 lines
892 B
Markdown
Raw Normal View History

2019-08-06 19:24:33 -04:00
# The Ultimate vimrc - My-Addons Edition
2019-08-06 19:24:33 -04:00
Additional mappings and a few modifications. [EasyMotion](https://github.com/easymotion/vim-easymotion) is included in the plugins.
2012-05-29 12:19:29 -04:00
2019-08-06 19:24:33 -04:00
## How to install the My-Addons branch?
2012-05-29 17:32:24 -04:00
### Install for your own user only
2012-05-29 17:32:24 -04:00
2019-08-06 19:24:33 -04:00
git clone -b my-addons --single-branch --depth=1 https://github.com/aquaductape/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_awesome_vimrc.sh
2012-05-29 17:32:24 -04:00
2019-08-06 19:24:33 -04:00
### Install for multiple users
2019-04-19 04:33:56 -04:00
2019-08-06 19:24:33 -04:00
To install for multiple users, the repository needs to be cloned to a location accessible for all the intended users.
2019-04-19 04:33:56 -04:00
2019-08-06 19:24:33 -04:00
git clone -b my-addons --single-branch --depth=1 https://github.com/aquaductape/vimrc.git /opt/vim_runtime
sh ~/.vim_runtime/install_awesome_parameterized.sh /opt/vim_runtime user0 user1 user2
# to install for all users with home directories
sh ~/.vim_runtime/install_awesome_parameterized.sh /opt/vim_runtime --all