This repository provides a quick startup script for configuring your GitHub Codespaces environment.
It is designed to make setting your timezone and Git credentials fast and easy every time you start a new Codespace.
startup.sh
– a self-contained, interactive script that:- Installs timezone data and sets your Codespace timezone.
- Configures your Git identity (
user.name
anduser.email
) interactively.
To set up your Codespace environment, run the following command in a fresh terminal:
curl -sL https://raw.githubusercontent.com/hatixntsoa/github.codespaces/master/startup.sh | bash