Skip to content

Instantly share code, notes, and snippets.

@kerbyfc
Created March 10, 2015 08:54
Show Gist options
  • Save kerbyfc/dfd4f8cf22b666a3b4ed to your computer and use it in GitHub Desktop.
Save kerbyfc/dfd4f8cf22b666a3b4ed to your computer and use it in GitHub Desktop.
Rename Google Chrome Canary (also change application name in menu bar) to use with Slate window management tool
perl -pi.bak -e "use open ':std', ':encoding(UTF-8)'; s/Chrome\"/Chrome Canary\"/g" /Applications/Google\ Chrome\ Canary.app/Contents/Resources/ru.lproj/InfoPlist.strings > /dev/null 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment