dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

My Linux configuration files

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

When rebasing interactively, the `rebase-merge` directory is created when the editor is opened the first time, but the `rebase-merge/{msgnum,end}` files don't exist yet, which breaks the prompt if opened in...

bug

See, for example, https://shapeshed.com/vim-packages

enhancement

This should be in the config file in the end: ```vim [remote "origin"] fetch = +refs/heads/*:refs/remots/origin/* ```

bug

With emoji support, renderers like pandoc can be confused about what's a tag and what's an emoji; to fix, custom tag delimiters can be set, see https://github.com/vimwiki/vimwiki/issues/928

enhancement

`[submodule "vim/bundle/..."]` vs. `[submodule ".vim/bundle/..."]`, `bundle` vs. `pack`...

enhancement

See [this article](https://dev.to/bowmanjd/store-home-directory-config-files-dotfiles-in-git-using-bash-zsh-or-powershell-the-bare-repo-approach-35l3); check if `git clone -b ` would fix issues with pushing for the first time.

enhancement

Bumps [.vim/bundle/ale](https://github.com/dense-analysis/ale) from `d19b238` to `70eeae5`. Commits 70eeae5 Implement listing all returned results for LSP textDocument/implements (#4755) See full diff in compare view Dependabot will resolve any conflicts with this...

dependencies

### Config tweaks - [ ] Figure out why Dockerfile syntax highlighting is broken - [ ] Add hadolint to Dockerfiles - [ ] Get rid of error when editing...

enhancement