Last active
February 15, 2018 00:50
-
-
Save simonhaenisch/5fc5d729b7a733bae5a96b683b99c818 to your computer and use it in GitHub Desktop.
better sublime text icon (macOS) #sublimetext
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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