/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install starship
brew install zsh-autosuggestions zsh-autocomplete zsh-syntax-highlighting
brew install --cask font-fira-code-nerd-font
brew install pyenv
curl -sSL https://install.python-poetry.org | python3 -
poetry completions zsh > ~/.zfunc/_poetry