Other Tools

Below are some other tools that are either improvements to the tools bundled with your computer, or are required for certain services.

Enhanced Development Tools

iTerm2

iTerm2 is a replacement Terminal for macOS that has many enhancements over the default mac terminal.

Sublime Text

Sublime Text is a text and source code editor featuring a minimal interface and native support for numerous programming and markup languages.

Oh My Zsh

Oh My Zsh is an open source, community-driven framework for managing your zsh configuration. It comes with a bunch of features out of the box and may improve your terminal experience:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Required for Certain Services

Caché Key

ckm/vista requires an Intersystems (ISC) Caché license to run. After downloading a valid license file, follow these steps to populate the environment variable.

mkdir ~/.isc/
mv cache.key ~/.isc/
echo 'export CACHE_KEY=$(cat ~/.isc/cache.key | base64)' >> ~/.zshrc

wget and jq

These tools may be required for some Go services.

brew install wget
brew install jq