Dotfiles Alternatives
Similar projects and alternatives to dotfiles
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
fzf-preview.vim
The plugin that powerfully integrates fzf and (Neo)vim. It is also possible to integrate with coc.nvim.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better dotfiles alternative or higher similarity.
dotfiles discussion
dotfiles reviews and mentions
Posts with mentions or reviews of dotfiles.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-15.
-
fzf is so powerful when you use it well ! code/files/tags/git history
Nope it's a custom mix with fzf and git, you can have more details from this commit in my dotfiles : https://github.com/Sanix-Darker/dotfiles/commit/1c606b22e6ab2dd62638ff840e042eb394dae2b2
-
nvim + fzf-preview is all you need to be happy
I have installed Ag + fzf installed in my stack and i think it's the best combo i ever had to do, it's fast, not releated to nvim processes, since a long time ! On nvim, i have : fzf-preview, vim-floaterm and vista.vim and i can basically do any kind of search on anything: - Search in lines for specifics or all buffers - Search for all files from a directory - Search globally (files, lines, ...) - Search for new changes (git changes or local-history changes) - Search for tags (functions names/ class names / variables) Personally, i don't like Treesitter nvim (nvim-treesitter) because it's embed as a plugin on nvim, so if nvim is running slowly, these feature are going to be impacted ! At the other-hand, fzf/ag are running independently from nvim as a bash command, and am just dealing with their stdout 🙂 Of course, this is my choice and it may be like by you ! PS: my dotfiles : https://github.com/Sanix-Darker/dotfiles (tmux, polybar, rofi, nvim... all included)
Stats
Basic dotfiles repo stats
2
34
8.6
about 2 months ago
Sanix-Darker/dotfiles is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of dotfiles is Shell.