- Install Windows Terminal
- Install Jetbrains Nerd Font Mono in a Thin Mode
- Configure Windows Terminal to use the Jetbrains Font
- Configurations of the terminal:
- Appearance > Color Scheme Dark+
- Appearance > JetBrainsMono Nerd Font
- Appearance > Font Size 12
- Appearance > Font Weight Thin
- Install .NET project into windows terminal.
- Install .NET dependency called dotnet-script.
dotnet tool install -g dotnet-script
- Run the
create.csxfile to generate locally the Solution,Project and Test Project. - This is going to create the Console Project with an Hello World Example.
dotnet script create.csx
|
|
|
- TBD
- TBD
- TBD


