Skip to content

Instantly share code, notes, and snippets.

@johnstew
Created March 4, 2017 15:46
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 johnstew/ee1edc7b4de0e481793feb0c868e14a1 to your computer and use it in GitHub Desktop.
Save johnstew/ee1edc7b4de0e481793feb0c868e14a1 to your computer and use it in GitHub Desktop.
Replace Atom Icon (maybe other icons also)
# Steps taken from here: https://sethvargo.com/replace-icons-osx/
ls /Applications/Atom.app/Contents/Resources | grep .icns
cp ~/.custom-icons/atom.icns /Applications/Atom.app/Contents/Resources/atom.icns
touch /Applications/Atom.app
sudo killall Finder && sudo killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment