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安装就可以了