English | 简体中文
Change your Windows Powershell prompt to Starship style using only several ps1 scripts!
-
Clone this repository to your local machine.
-
Open your Powershell profile file. You can do this by running the following command in your Powershell terminal.
notepad $PROFILE
- Add the following line to your profile file:
Import-Module <path-to-repository>\Prompt.psm1
- Show current Git branch and status of current project.
- Show the package version of current project.
- Show thr environment and it's version of current project.
- No need to install any other software.
- All code is written in ps1 scripts, easy to understand and modify.
- No runtime other than Powershell is used.