https://github.com/erikvold/emorhc
My start script for google-chrome
https://github.com/erikvold/emorhc
Last synced: 2 months ago
JSON representation
My start script for google-chrome
- Host: GitHub
- URL: https://github.com/erikvold/emorhc
- Owner: erikvold
- Created: 2015-06-10T19:39:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2012-06-10T21:00:46.000Z (almost 13 years ago)
- Last Synced: 2025-02-02T00:13:05.918Z (4 months ago)
- Language: Shell
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
emoRHC
======Creates startscript for google chrome semi-automatically.
Dependencies
------------- [BeautifulSoup](http://www.crummy.com/software/BeautifulSoup/)
Installing Dependencies on Fedora Linux
---------------------------------------sudo yum install python-pip
sudo pip-python install beautifulsoup4Install
-------sudo ln -s `pwd`/chrome /usr/bin/chrome
Remove
------sudo unlink /usr/bin/chrome
Usage
-----Uncomment your wanted flags from `chrome` and run it using
chrome
Make sure to keep your modifications under version controlgit add chrome
git commit chromeWhen chrome changes the command line flags, update `chrome` using
python Updater.py
and merge them with your version using an powerful merge tool like meld:meld . &
finally track your modificationsgit add chrome
git commit