dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Various configuration files for programs that I use

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

Hi Brodie and all others who follow, May I ask why you aren't symlinking the whole `~/.config` directory and instead you link each contained dir one by one? I am...

Hi, I noticed that there were mappings to scripts folder, which doesnt exists and command `map ss stripspace` Is it intentionally left out?

Request now correctly checks for blender directory instead of the bookmenu directory twice.

"ab" was mapped to targz, which should've been tarbz2. Corrected the error.

this makes it work a lot better on the root user or any other user that doesn't happened to also be named brodie for some reason

Hi Brodie, I saw ur video but there was a problem when I added this to my init.vim `let g:vimwiki_list = [{'auto_diary_index': 1}]` It doesnt understand that my vimwiki entries...

In your lfrc on line 95: ``` cmd zip %zip -r "$f" "$f"``` Should instead be: ``` cmd zip %zip -r "$f.zip" "$f"``` and on line 158: ``` map ab...