question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Document mouse-free installation with Homebrew

See original GitHub issue

I’m setting up a new machine. I took a gamble and typed brew cask install github-desktop and it worked! I think displaying this keyboard-friendly installation option to macOS visitors would be appreciated.

🚫 🐭 🚫

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:15 (14 by maintainers)

github_iconTop GitHub Comments

2reactions
mathieudutourcommented, Jul 21, 2017

also I find it weird to promote a mouse-free installation for a tool targeting people that don’t like the git cli haha

1reaction
bbgdzxng1commented, Aug 17, 2017

Brew Cask is awesome for GUI apps on macOS. The code for the community supported Github Desktop installer is available at https://github.com/caskroom/homebrew-cask/blob/master/Casks/github-desktop.rb

The Brew Cask community update the github-desktop script very soon after each stable release. An interesting question is whether this could be officially supported. It is only as complex as calculating and updating the SHA-1 checksum and version on each stable release. This certainly could be automated at build-time with some github magic.

brew cask reinstall github-desktop and brew cask reinstall atom has been the fastest way to upgrade while “auto-update for non-admin user” has been broken in Squirrel.Mac. Thankfully, there is now light at the end of the tunnel thanks to the work of the Github Desktop team in fixing https://github.com/Squirrel/Squirrel.Mac/issues/131.

If the documentation for Github Desktop did reference brew for macOS users, it should also reference the equally awesome chocolatey https://chocolatey.org/packages/github-desktop for Windows users.

For unattended install on Windows using the community supported Chocolatey package manager: c:\> choco install github-desktop

For unattended install on macOS using the community supported Homebrew package manager: $ brew cask install github-desktop

And obviously, apt install github-desktop when the time comes to merge the Linux ports into the main project. :insert-emoji

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation - Homebrew Documentation
This script installs Homebrew to its default, supported, best prefix ( /usr/local for macOS Intel, /opt/homebrew for Apple Silicon and /home/linuxbrew/.
Read more >
Documentation — Homebrew Documentation
Documentation for the missing package manager for macOS.
Read more >
Adding Software To Homebrew
Next, you will want to go through the Acceptable Formulae or Acceptable Casks documentation to determine if the software is an appropriate addition...
Read more >
Formula Cookbook - Homebrew Documentation
A formula is a package definition written in Ruby. It can be created with brew create <URL> where <URL> is a zip or...
Read more >
Homebrew
Homebrew won't install files outside its prefix and you can place a Homebrew installation wherever you like. Trivially create your own Homebrew packages....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found