Skip to content

Instantly share code, notes, and snippets.

@nosajio
Created January 24, 2018 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nosajio/5c320ff27d1e4c72942f863532e5df96 to your computer and use it in GitHub Desktop.
Save nosajio/5c320ff27d1e4c72942f863532e5df96 to your computer and use it in GitHub Desktop.
Run this to fix the character & emoji palette in OSX high sierra.
#!/bin/bash
sudo rm /System/Library/Caches/com.apple.IntlDataCache*;
sudo rm /var/folders/*/*/*/com.apple.IntlDataCache*;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment