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.
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