dotbare icon indicating copy to clipboard operation
dotbare copied to clipboard

Manage dotfiles and any git directories interactively with fzf

Results 13 dotbare issues
Sort by recently updated
recently updated
newest added

I literally just learned about `-g` by pure chance, and really like it! I figured I could share some simple, yet highly productive, git aliases that would make it even...

I install dotbare via AUR, and have checked the wiki for enabling completion. But I can't find that file in my system

Ive installed dotbare both from source and the aur but this error of the file names being messed up and the preview window still show up not sure if its...

I tried using what's present in the Tips and Tricks section of the wiki but this just inserts the command into my prompt. The zsh plugin could include the appropiate...

Hi, I hope you don't mind that I went ahead and packaged dotbare in the [AUR](https://aur.archlinux.org/packages/dotbare/). I wanted to take this opportunity to discuss ways to improve availability on different...

In v1.2.0, I added support for staging files with spaces. Most of them are handled through bash array with something like `${array[@]}` to respect spaces between indexes. All of them...

bug

I use zsh together with [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh). Because I don't want to put all my configurations into `.zshrc`, I use the folder at `.oh-my-zsh/custom` to organize them there. I have setup...

I am new to dotbare it seems great. Rather special Before I resort to my disk backup of yesterday, (and saving about an hours work in changes since then), am...

I'm using zsh with Oh my Zsh plugin manager. Following the [completion guide](https://github.com/kazhala/dotbare/wiki/Completion#zsh), I called: ``` _dotbare_completion_git _dotbare_completion_cmd ``` But only the last one in order is working. It looks...

This PR fixes the typo that shows up when viewing the available sub-commands via auto-completion (how I discovered it). Great project by the way! I just discovered it today very...