This list is to help me with syncing up my development preferences on my work and personal laptops.
Editor
VSCode
Font
FiraCode
Terminal
iTerm2 (Settings • Theme)
Window Manager
Rectangle (Settings)
Adding separators between commands:
#
# Setup for adding separators between commands on the terminal.
#
setopt promptsubst
PS1=$'${(r:$COLUMNS::_:)}'$PS1