All natural pine, faux fur and a bit of soho vibes for the classy minimalist
Important
This theme has been merged into our fish theme repository.
The Pure prompt is available for many shells. This repo currently contains a theme for the fish port of Pure.
- Pure prompt for fish
Install with Fisher:
fisher install rose-pine/pureInstall manually:
Copy conf.d/rose-pine-pure.fish and the conf.d/rose-pine-pure/ folder to ~/.config/fish/conf.d/
Add to your ~/.config/fish/config.fish:
rose_pine_pure main # or moon, dawnTo change variants, simply update the call in your config file and restart your shell, or run the function directly:
rose_pine_pure moonIntegrate with fish 4.3+ theme system to auto-switch between moon (dark) and dawn (light):
function __apply_theme --on-variable fish_terminal_color_theme
if test "$fish_terminal_color_theme" = "dark"
rose_pine_pure moon
else
rose_pine_pure dawn
end
endRosé Pine
Rosé Pine Moon
Rosé Pine Dawn
- simono
- pure-fish for the fish port of Pure
- sindresorhus for Pure
Modify source.fish using Rosé Pine variables, then build variants:
npx @rose-pine/build@0.9.1 -t ./source.fish -o ./conf.d/rose-pine-pure -f hex-nsGenerated by @rose-pine/build@0.9.1