Skip to content

Instantly share code, notes, and snippets.

@briangonzalez
Last active September 8, 2016 16:04
Show Gist options
  • Save briangonzalez/f626a36cbabc165cd03db1056e122c23 to your computer and use it in GitHub Desktop.
Save briangonzalez/f626a36cbabc165cd03db1056e122c23 to your computer and use it in GitHub Desktop.
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
script/build --build-dir=out
mv out/Atom.app /Applications
open /Applications/Atom.app
@briangonzalez
Copy link
Author

Thanks @cliffordfajardo – check out the updated instructions which will put you at v1.8.0

@Chuabacca
Copy link

I get this when I run the clone command =/

git clone -b pb-hidden-inset-1.8 git@github.com:briangonzalez/atom.git
Cloning into 'atom'...
fatal: Remote branch pb-hidden-inset-1.8 not found in upstream origin

@briangonzalez
Copy link
Author

Try now @Chuabacca!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment