- Learn WebAssembly
- Mike Rourke
- 135字
- 2021-08-13 15:38:56
Homebrew for macOS
Homebrew is an excellent package manager for macOS that allows us to install most of the tools we will use out of the box. Homebrew is as simple as pasting the following command in Terminal and running it:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
You'll see messages in Terminal that will walk you through the installation process. Once that's complete, you'll need to install an extension for Homebrew called Homebrew-Cask that allows you to install macOS applications without having to download the installer, mount it, and drag the application into the Applications folder. You can install this by running the following command:
brew tap caskroom/cask
That's it! You're now able to install applications by running either of these commands:
# For command line tools:
brew install <Tool Name>
# For desktop applications:
brew cask install <Application Name>
推薦閱讀
- Deploying Node.js
- PHP基礎案例教程
- Learning SQLite for iOS
- MariaDB High Performance
- Functional Kotlin
- Flux Architecture
- Learning JavaScript Data Structures and Algorithms
- R語言與網絡輿情處理
- Learning Modular Java Programming
- 運維前線:一線運維專家的運維方法、技巧與實踐
- Xcode 6 Essentials
- Hadoop大數據分析技術
- PHP 8從入門到精通(視頻教學版)
- LiveCode Mobile Development Hotshot
- MATLAB/Simulink建模與仿真