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:
parent
e9af91819d
commit
83d46c1720
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user