Ask HN: Looking for a directory of PS1 command prompts. Like awesome lists
Command line bros, assemble!
PS1 is the settings that give you the cool prompts on the command line.
I've gone searching for a directory of PS1's where I can browse, save, and try out different command prompts.
Do i need to make this? Or is my google-fu, perplexity-fu, and gpt-fu just not where it needs to be?
Or do I need to make one?
Here is mine as an example. I started with oh-my-zsh, then moved to bash and just keep the basic information I need.
Note: I've used toolbox and distrobox, so the function at the top was just to add what current env I'm in. Kinda like venv.I wonder if Oh my Zsh and its equivalents for other shells might be what you're really after?
https://ohmyz.sh/
That is basically what Oh My Zsh does for zsh: https://ohmyz.sh/ Even if you don't use zsh you can look at the source code and adapt the prompts for the shell you are using.
You can just use Starship
I think people mostly just use powerlevel10k and various themes.