Document mouse-free installation with Homebrew
See original GitHub issueI’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:
- Created 6 years ago
- Comments:15 (14 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
also I find it weird to promote a mouse-free installation for a tool targeting people that don’t like the git cli haha
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
andbrew 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