mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Update README.md
This commit is contained in:
parent
fad0fb5ba1
commit
fd3cd246c0
@ -16,13 +16,13 @@ I would, of course, recommend using the awesome version.
|
||||
### Install for your own user only
|
||||
The awesome version includes a lot of great plugins, configurations and color schemes that make Vim a lot better. To install it simply do following from your terminal:
|
||||
|
||||
git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime
|
||||
git clone --depth=1 https://github.com/vandykai/vimrc.git ~/.vim_runtime
|
||||
sh ~/.vim_runtime/install_awesome_vimrc.sh
|
||||
|
||||
### Install for multiple users
|
||||
To install for multiple users, the repository needs to be cloned to a location accessible for all the intended users.
|
||||
|
||||
git clone --depth=1 https://github.com/amix/vimrc.git /opt/vim_runtime
|
||||
git clone --depth=1 https://github.com/vandykai/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
|
||||
|
Loading…
Reference in New Issue
Block a user