Skip to content

Instantly share code, notes, and snippets.

@briangonzalez
briangonzalez / dark-title-bar.sh
Last active September 8, 2016 16:04
Atom - Dark Title Bar
# A prettier Atom via PR #10208.
# https://github.com/atom/atom/pull/10208
# Quit then remove.
osascript -e 'quit app "Atom"'
rm -rf /Applications/Atom.app
# Install, build, then open.
git clone -b pb-hidden-inset-1.8 git@github.com:briangonzalez/atom.git
cd atom