Skip to content

Instantly share code, notes, and snippets.

@jamieweavis
jamieweavis / macos-app-icon.md
Last active June 30, 2024 08:23
How to create an .icns macOS app icon
<li{% if page.title == "Archive" %} class="active"{% endif %}>
<a href="/archive">Archive</a>
</li>
@dtsn
dtsn / hack.sh
Created April 2, 2012 08:23 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2281636/hack.sh | sh
#