- If in macOS, install iTerm2.
- Install Homebrew.
- Install oh-my-zsh.
- Install powerlevel10k.
- Set
alias ls="ls -oahG"
- Configure git author
git config --global user.email "[email protected]" git config --global user.name "Mr Cool Person"
alias ls="ls -oahG"
git config --global user.email "[email protected]"
git config --global user.name "Mr Cool Person"