https://github.com/mfinelli/marioprompt
my shell prompt
https://github.com/mfinelli/marioprompt
fish powerlevel10k
Last synced: 2 months ago
JSON representation
my shell prompt
- Host: GitHub
- URL: https://github.com/mfinelli/marioprompt
- Owner: mfinelli
- License: gpl-3.0
- Created: 2025-01-03T10:42:48.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-01-03T20:08:52.000Z (9 months ago)
- Last Synced: 2025-06-03T16:16:57.400Z (4 months ago)
- Topics: fish, powerlevel10k
- Language: Rust
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# marioprompt
I've used [powerlevel10k](https://github.com/romkatv/powerlevel10k) for many
years now and am quite happy with it, however it has been put into maintenance
mode (with the warning the bugs will go unfixed...) and so I started looking
for alternatives. The most promising option that I saw is probably
[starship](https://starship.rs) but I like the way that my PL10K prompt looks
and I couldn't make starship behave the same way. I've also wanted to give
[fish](https://fishshell.com) (another) try for a while now, so I've decided
to see if I can just build my own prompt that does what I want and not what I
don't.## usage
Add the following to `~/.config/fish/config.fish`:
```fish
mp init | source
```## license
Licensed under the GNU GPL version 3.0 or later.
```
marioprompt: my fish shell prompt
Copyright 2025 Mario FinelliThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .
```