An open API service indexing awesome lists of open source software.

https://github.com/rose-pine/fzf

Soho vibes for fzf
https://github.com/rose-pine/fzf

theme

Last synced: 9 months ago
JSON representation

Soho vibes for fzf

Awesome Lists containing this project

README

          



Rosé Pine for fzf

All natural pine, faux fur and a bit of soho vibes for the classy minimalist





## Usage

**Bash-like shells**

Copy the contents of `dist/*.sh` to `~/.profile` or similar.

**Fish**

Copy the contents of `dist/*.fish` to `~/.config/fish/config.fish` or create a
custom function:

```fish
# ~/.config/fish/functions/fzf.fish
function fzf --wraps="fzf"
# Paste contents of preferred variant here

command fzf
end
```

**PowerShell**

Copy the contents of `dist/.*ps1` to `~/Documents/PowerShell/Microsoft.PowerShell_profile.ps1`.

## Gallery

**Rosé Pine**

fzf with Rosé Pine

**Rosé Pine Moon**

fzf with Rosé Pine Moon

**Rosé Pine Dawn**

fzf with Rosé Pine Dawn

## Thanks to

- [ThatOneCalculator](https://github.com/thatonecalculator)

## Contributing

Modify `template.sh` and/or `template.fish` using Rosé Pine variables, then
build variants:

```sh
sh build.sh
```

_Generated by @rose-pine/build@0.5.1_