Skip to content

Instantly share code, notes, and snippets.

@simonhaenisch
Last active February 15, 2018 00:50
Show Gist options
  • Save simonhaenisch/5fc5d729b7a733bae5a96b683b99c818 to your computer and use it in GitHub Desktop.
Save simonhaenisch/5fc5d729b7a733bae5a96b683b99c818 to your computer and use it in GitHub Desktop.
better sublime text icon (macOS) #sublimetext
git clone https://github.com/YabataDesign/sublime-text-icon.git
cp sublime-text-icon/Sublime\ Text.icns ~/Downloads
cp -f ~/Downloads/Sublime\ Text.icns /Applications/Sublime\ Text.app/Contents/Resources/
rm -rf sublime-text-icon
# then copy-paste or drag-n-drop the icon in "Downloads" into the file info of the app
# single line:
git clone https://github.com/evansendra/sublime-text-icon.git && cp sublime-text-icon/Sublime\ Text.icns ~/Downloads && cp -f ~/Downloads/Sublime\ Text.icns /Applications/Sublime\ Text.app/Contents/Resources/ && rm -rf sublime-text-icon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment