Incorrect PATH to Google Chrome's Custom CSS.

Missing 'User Stylesheets' folder.

On the way:
- Changed the directory location to a relative path.
- Created a symlink instead of copying the stylesheet.
This commit is contained in:
Omer Jakobinsky 2012-04-10 18:33:53 +01:00
parent e9af91819d
commit 83d46c1720

View File

@ -3,4 +3,5 @@
# http://blog.dotsmart.net/2011/09/30/change-font-size-in-chrome-devtools/
# Use:
cp ~/.yadr/chrome/Custom.css ~/Library/Application\ Support/Google/Chrome/Default/Custom.css
DIR="$( cd "$( dirname "$0" )" && pwd )"
ln -s -f $DIR/Custom.css $HOME/Library/Application\ Support/Google/Chrome/Default/User\ StyleSheets/Custom.css