Dev Machine Setup

Mac machine

iTerm2

iTerm2 - macOS Terminal Replacement
iTerm2 is a replacement for Terminal and the successor to iTerm

Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Homebrew
The Missing Package Manager for macOS (or Linux).

Zsh / oh-my-zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Oh My Zsh - a delightful & open source framework for Zsh
Oh My Zsh is a delightful, open source, community-driven framework for managing your Zsh configuration. It comes bundled with several helpful functions, helpers, plugins, themes, and a few things that make you shout... OH MY ZSH!

Custom zsh theme

curl https://raw.githubusercontent.com/hunj/hunj/master/pref/hunj.zsh-theme -o ~/.oh-my-zsh/themes/hunj.zsh-theme
hunj/hunj.zsh-theme at master ยท hunj/hunj
Contribute to hunj/hunj development by creating an account on GitHub.

asdf-vm

brew install coreutils curl git asdf
Home | asdf
Manage multiple runtime versions with a single CLI tool
Home
Simple Python version management. Contribute to pyenv/pyenv development by creating an account on GitHub.