- Make sure you installed posh modules (posh-git and oh-my-posh)
- If you havent, copy paste there 2 lines:
# remove -Scope parameter if you want only for user
Install-Module posh-git -Scope AllUsers
Install-Module oh-my-posh -Scope AllUsers
- On pwsh, execute
notepad $PROFILE
(or any text editor) to open the profile file, if it shows an error, you need to create the file at the right directory - Copy paste the .ps1 file content on this
- Change the $local_path variable to your proper username, you can't use %username% as pwsh can't reconize it
- Feel free to change the $download_url to your theme of your choice, themes list below
- Enjoy!
thegreepone.omp.json
(is a edit of the default theme jandedobbeleer, it fits more with our utilization)thegreepone_versionright.omp.json
(the programs version are moved to the right on this variation)thegreepone_noversion.omp.json
(removes the versions and keep the useful information)
Add _short.omp.json
for short folder name (example: thegreepone_versionright_short.omp.json
)