mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 17:13:42 -05:00
Added section for dotbare, a dotfiles management tool powered by fzf
12
Examples.md
12
Examples.md
@@ -54,6 +54,7 @@ Table of Contents
|
|||||||
* [man pages](#man-pages)
|
* [man pages](#man-pages)
|
||||||
* [Python Behave BDD](#python-behave-bdd)
|
* [Python Behave BDD](#python-behave-bdd)
|
||||||
* [fzf as dmenu replacement](#fzf-as-dmenu-replacement)
|
* [fzf as dmenu replacement](#fzf-as-dmenu-replacement)
|
||||||
|
* [dotfiles management](#dotfiles-management)
|
||||||
|
|
||||||
|
|
||||||
### General
|
### General
|
||||||
@@ -1474,4 +1475,13 @@ cat > $input
|
|||||||
cat $output
|
cat $output
|
||||||
```
|
```
|
||||||
|
|
||||||
Don't forget to add a float/center rule for `fzfmenu` class/name to your wm's config.
|
Don't forget to add a float/center rule for `fzfmenu` class/name to your wm's config.
|
||||||
|
|
||||||
|
### dotfiles management
|
||||||
|
|
||||||
|
[dotbare](https://github.com/kazhala/dotbare) is a command-line utility to help
|
||||||
|
you manage your dotfiles. It heavily utilises fzf for interactive user
|
||||||
|
experience. It is inspired by forgit, but focuses on dotfiles rather than generic
|
||||||
|
git. By default, it wraps around git bare repository but it could also be easily integrated with a symlink/GNU stow setup.
|
||||||
|
|
||||||
|

|
||||||
Reference in New Issue
Block a user