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
- Host: GitHub
- URL: https://github.com/rose-pine/fzf
- Owner: rose-pine
- Created: 2022-02-15T23:58:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T16:16:14.000Z (over 1 year ago)
- Last Synced: 2025-04-11T23:46:51.703Z (9 months ago)
- Topics: theme
- Language: Shell
- Homepage:
- Size: 85 KB
- Stars: 27
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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**

**Rosé Pine Moon**

**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_