- OhMyZsh, with plugins:
- git
- zsh-artisan
- zsh-autosuggestions
- zsh-you-should-use
- zsh-syntax-highlighting
- zsh-completions
- Git Hubflow
- Make sure you are signing commits on this (or all, if you don't want to keep updating the setting) repositories, follow this guide: https://docs.github.com/en/codespaces/managing-your-codespaces/managing-gpg-verification-for-github-codespaces
- Downloand and install the recommended fonts on your system:
- Create your codespace.
- Run
composer update
. - You will be prompted for a GitHub access token, be sure to use the link for private repositories.
- Configure Codecov by adding your CODECOV_TOKEN to your repository codespace
secrets. You can obtain your token here:
https://app.codecov.io/gh/<github owner>/<github repo>/settings
- Set up a
develop
branch to where your pull requests will be merged. Configure the develop branch to be the primary branch for the repo, that way new PRs will automatically be based on it. - Initialize repo to use Git Hubflow:
g hf init
.