diff --git a/Examples.md b/Examples.md index 4e31096..a5b4735 100644 --- a/Examples.md +++ b/Examples.md @@ -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. \ No newline at end of file +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) \ No newline at end of file