This is my fish shell theme. There are many like it, but this one is mine. Its basically what I've come to like over several years. Some, but not all of its features include:
- Long-running command timer: See how long, in wall-time, a command took to run.
- Visual Git status: Icons and git status oh my
- Current time
- Command separators: Horizontal Rules between commands, and bonus, they change colors depending on command output
- Current Git commit hash: Makes cherry-picking easy
- Full vim mode support: Just add
fish_vi_mode
to yourconfig.fish
and it comes on. Magic
This is a fundle based theme, and as such, its stupidly simple to install:
- Install fundle
- Add
fundle plugin 'paradox460/paradox-theme'
to yourfish.config
or wherever you're keeping your fundle plugin installs - There is no step 3.
- …
- Profit?
You know where the PR/Issue links are! I'm happy to take contributions
Copyright (c) 2021 Jeff Sandberg
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ```