git clone git@github.com:aefimov/bin.gitAnd add $HOME/bin to PATH in ~/.zshrc:
export PATH=$HOME/bin:/usr/local/bin:$PATHAnd reload or restart Shell:
source ~/.zshrcInstall Oh My Zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"Edit ~/.zshrc
ZSH_CUSTOM="$HOME/bin"
ZSH_THEME="fastgit"Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Replace system Git by latest version
brew install gitBest Terminal on macOS
brew install --cask iterm2Small icon in bar to control tools, like Colima. A lot of plugins.
brew install --cask xbarBest JSON manipulation command line tool
brew install jq