gsamokovarov / jump

Jump helps you navigate faster by learning your habits. ✌️
http://gsamokovarov.com/jump
MIT License
1.8k stars 59 forks source link

[MacOS] brew installs Jump Desktop instead of this tool #66

Closed easyCZ closed 2 years ago

easyCZ commented 2 years ago
brew install jump
==> Downloading https://mirror.jumpdesktop.com/downloads/jdm/JumpDesktopMac-8.8.28.zip
Already downloaded: /Users/username/Library/Caches/Homebrew/downloads/17dfbdd22426b7ad2cec567f30e1f8fdb2a8cb6f41d3b0d7f647f3cec8284d4d--JumpDesktopMac-8.8.28.zip
==> Installing Cask jump
==> Moving App 'Jump Desktop.app' to '/Applications/Jump Desktop.app'
🍺  jump was successfully installed!

Interestingly, official brew docs also suggest this exact command: https://formulae.brew.sh/formula/jump

The installed application: https://formulae.brew.sh/cask/jump-desktop-connect#default

Brew info:

➜  ~ brew -v
Homebrew 3.3.15
Homebrew/homebrew-core (no Git repository)
Homebrew/homebrew-cask (git revision a497e739b2; last commit 2022-02-21)
easyCZ commented 2 years ago

The problem was on my machine. The important line is the Homebrew/homebrew-core (no Git repository) - likely because missing Xcode command line tools, it didn't tap the homebrew-core properly.

Resolution:

brew doctor
# follow suggestions

# re-tap homebrew-core
rm -rf "/opt/homebrew/Library/Taps/homebrew/homebrew-core"
  brew tap homebrew/cor
gsamokovarov commented 2 years ago

Phew, glad to still be on Homebrew! 😂