Or, you can download and install iTerm2 from its website and drag and drop the file into your Application folder. Install iTerm 2 with Homebrew using: brew cask install iterm2 I really enjoy it because of its many great features, including search, autocomplete, paste history, and thousands of helpful functions, helpers, plugins, themes, and a few things that may make you shout with joy. If you get an error on MacOS, run xcode-select -r to reset xcode-select.įor more information about Homebrew, read Matthew Broberg's article Introduction to Homebrew: the painless way to install anything on a Mac. Once you're comfortable with what the script is going to do, you can safely execute it: $ bash homebrew_installer.sh Https: // /Homebrew /install /master /install.shīefore executing an install script on your system, review it to ensure it's not malicious: $ more homebrew_installer.sh $ curl -fsSL -output homebrew_installer.sh \
An introduction to programming with Bash.A guide to building a video game with Python.