m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 09:03:43 -05:00

Added section for dotbare, a dotfiles management tool powered by fzf

Kevin Zhuang
2020-05-22 17:54:51 +10:00
parent 60216f8d3c
commit 02716fc3c2

@@ -54,6 +54,7 @@ Table of Contents
* [man pages](#man-pages)
* [Python Behave BDD](#python-behave-bdd)
* [fzf as dmenu replacement](#fzf-as-dmenu-replacement)
* [dotfiles management](#dotfiles-management)
### General
@@ -1474,4 +1475,13 @@ cat > $input
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.
![dotbare screenshot](https://user-images.githubusercontent.com/43941510/82644470-b4a32c80-9c54-11ea-9601-d237eb98912e.gif)