Top Command Line Tools for Development and Fun
June 8, 2020
As a software developer I love working in the terminal where I do most of my work.
iTerm2, zsh, vim, tmux became my favorite tools but there are many others I use pretty much on a daily basis.
Let’s take a look at some of them.
Homebrew
This one you probably already know. Homebrew is a fantastic package manager for macOS and Linux with an active community of developers on Github.
You can install nearly any software using Homebrew. Every command-line tool described in this blog post below can be installed as easy as running
brew install <tool name>
Homebrew also allows you to install Desktop applications:
brew cask install firefox
To search for particular software run:
brew search postgres