码农日记

薄洪涛的个人博客

mac下安装homebrew及开发工具

安装homebrew

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

利用homebrew安装某个软件,以datagrip为例

boht@Mac ~ % brew search datagrip
==> Casks
datagrip
boht@Mac ~ % brew install datagrip
==> Downloading https://download.jetbrains.com/datagrip/datagrip-2020.2.3.dmg
==> Downloading from https://download.jetbrains.8686c.com/datagrip/datagrip-2020.2.3.dmg
######################################################################## 100.0%
==> Verifying SHA-256 checksum for Cask 'datagrip'.
==> Installing Cask datagrip
==> Moving App 'DataGrip.app' to '/Applications/DataGrip.app'.
?  datagrip was successfully installed!

开启新世界了对不对,search搜索,然后install安装就可以了

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

Powered By Z-BlogPHP 1.7.3

版权所有 | 转载请标明出处