#Customizing VsCode Terminal with Colora
1 messages · Page 1 of 1 (latest)
That looks like Oh My Posh. https://ohmyposh.dev/
A prompt theme engine for any shell.
It is Oh My Posh, BUT I haven't found a way to use it in my default terminal GitBash
you can set up a .bashrc file which Git Bash should read. For installing Oh-My-Posh you are pretty much following the instructions for Bash / Linux, with some translation to the Windows file system.
Okay, I hate to sound like a dunce. There is a .bashrc folder in my file system (windows doesn't let you have a tilde in the file name. There IS s guide to add it to bash but it says to "add the following "eval $("oh-my-posh init bash)". How and where do you add it. I think its in that bashrc but I'm not 100%sure
BTW, thanks for the help
so the .bashrc is a file, not a folder. When you first open git bash, you should be in your home folder, but you can also navigate there by running cd ~. Then run touch .bashrc to create the file, and then you can open it with your editor and start adding things.