Skip to content

Instantly share code, notes, and snippets.

@briangonzalez
Last active September 8, 2016 16:04
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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
@cliffordfajardo
Copy link

cliffordfajardo commented Jul 22, 2016

This worked - thanks. You should add a comment that notes that running this means you will be running Atom version 1.5.
Side note: this script takes about 30 minutes to complete - so don't do it during work hours =).

@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