-
-
Notifications
You must be signed in to change notification settings - Fork 107
Customize Your Vrome (DEPRECATED)
hbt edited this page Apr 4, 2012
·
1 revision
You need to run a vrome server in your machine in order to customize your own Vrome. it would active more features, for example, edit with external editor, customize your own shortcut in ~/.vromerc.
There are two workable vrome servers now. one is writen with Ruby, the other one is Python.
$ sudo pacman -S ruby $ sudo gem install vrome example file can be found here $ echo “nohup vrome > /dev/null &” >> ~/.xprofile $ nohup vrome > /dev/null & $ sudo pacman -s git $ git clone http://github.com/jinzhu/vrome.git $ echo “nohup /path/to/vrome/system/python/vrome > /dev/null &” >> ~/.xprofile $ nohup /path/to/vrome/system/python/vrome > /dev/null & Get the latest One-Click Ruby Installer from http://rubyforge.org/frs/?group_id=167 and run this. You need to update gems after installation:$ gem update --system