1
0
Fork 0
mirror of synced 2024-06-28 11:41:10 -04:00
Commit graph

2 commits

Author SHA1 Message Date
clannon 7a123c4d68
Update install_awesome_parameterized.sh
1. Add root for --all.
2. Use "$VIMRC" instead of setting IFS.
3. No need to "cd $1", but $1 must be an absolute path.

The command in "Install for multiple users" needed to be updated:
bash /opt/vim_runtime/install_awesome_parameterized.sh /opt/vim_runtime user0 user1 user2
bash /opt/vim_runtime/install_awesome_parameterized.sh /opt/vim_runtime --all
(Better use bash instead of sh, in consider of sh->dash in debian or ubuntu to avoid "Syntax error")
/opt/vim_runtime can be any directory, as long as all the users specified have read access, but must be an absolute path.
2018-08-07 09:42:56 +08:00
Zalán Meggyesi afa5122a49 Parameterized install script (#337)
Make Awesome install script parameterizable for central VIMRC management
2018-03-12 11:52:13 -03:00