Skip to content

Instantly share code, notes, and snippets.

@amslezak
Last active May 16, 2022 12:26
Show Gist options
  • Save amslezak/e9206ef2d40f99e02125 to your computer and use it in GitHub Desktop.
Save amslezak/e9206ef2d40f99e02125 to your computer and use it in GitHub Desktop.
make cloud9 IDE a native mac app
npm install nativefier -g
curl -sL https://github.com/c9/core/raw/master/build/osx/c9.icns > c9.icns
nativefier --app-name "Cloud9 IDE" --icon c9.icns --conceal --overwrite https://ide.c9.io/[user-name]/[workspace-name]
@maximebories
Copy link

I did that to, I loved cloud9. What a shame companies like amazon are killing everything.

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