dotfiles

My configuration files and personal collection of scripts. (by BurntSushi)

Dotfiles Alternatives

Similar projects and alternatives to dotfiles

  1. CPython

    1,490 dotfiles VS CPython

    The Python programming language

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. ShellCheck

    499 dotfiles VS ShellCheck

    ShellCheck, a static analysis tool for shell scripts

  4. Code-Server

    416 dotfiles VS Code-Server

    VS Code in the browser

  5. ripgrep

    ripgrep recursively searches directories for a regex pattern while respecting your gitignore

  6. bat

    207 dotfiles VS bat

    A cat(1) clone with wings.

  7. fd

    190 dotfiles VS fd

    A simple, fast and user-friendly alternative to 'find'

  8. regex

    94 dotfiles VS regex

    An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

  9. 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.

    CodeRabbit logo
  10. rust-script

    Run Rust files and expressions as scripts without any setup or compilation step.

  11. sd

    36 dotfiles VS sd

    Intuitive find & replace CLI (sed alternative)

  12. rebar

    28 dotfiles VS rebar

    A biased barometer for gauging the relative speed of some regex engines on a curated set of tasks.

  13. ugrep

    25 dotfiles VS ugrep

    🔍 ugrep 7.4 file pattern searcher -- a more powerful, ultra fast, user-friendly, compatible grep replacement. Includes a TUI, Google-like Boolean search with AND/OR/NOT, fuzzy search, hexdumps, searches (nested) archives (zip, 7z, tar, pax, cpio), compressed files (gz, Z, bz2, lzma, xz, lz4, zstd, brotli), pdfs, docs, and more

  14. yazi

    20 dotfiles VS yazi

    💥 Blazing fast terminal file manager written in Rust, based on async I/O.

  15. scc

    19 dotfiles VS scc

    Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go

  16. bfs

    9 dotfiles VS bfs

    A breadth-first version of the UNIX find command

  17. nocode

    113 dotfiles VS nocode

    The best way to write secure and reliable applications. Write nothing; deploy nowhere.

  18. git-crypt

    Transparent file encryption in git

  19. dotfiles

    3 dotfiles VS dotfiles

    @holman does dotfiles (by holman)

  20. wingo

    7 dotfiles VS wingo

    A fully-featured window manager written in Go.

  21. Tetra

    6 dotfiles VS Tetra

    🎮 A simple 2D game framework written in Rust

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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

Log in or Post with

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 2025-03-19.
  • fd: A simple, fast and user-friendly alternative to 'find'
    23 projects | news.ycombinator.com | 19 Mar 2025
    Oh man that's nowhere near fair! ripgrep is one tiny little command that is mostly compatible with GNU grep. Lots of the flags are the same. And its default usage is really easy: `rg whatever`.

    But I gave it ten minutes and ported part of https://github.com/BurntSushi/dotfiles/blob/bedf3598f2501ad5... to https://github.com/BurntSushi/dotfiles/blob/bedf3598f2501ad5...

    Not much, but it took me some time to get the basics down.

    One thing that stood out to me was that startup times are kinda brutal. I'm not sure if that's intended or if it's something about my environment:

        $ cat /tmp/murex-test
  • Ugrep – a more powerful, ultra fast, user-friendly, compatible grep
    27 projects | news.ycombinator.com | 30 Dec 2023
    So ired is a toy. One wonders how many search results you've missed over the years because of ired's feature "it's so minimal that it's wrong!" I mean sometimes tools have bugs. ripgrep has had bugs too. But this one has been in ired since 2009.

    What is it that you said? YIKES. Yeah. Seems appropriate.

    [1]: https://github.com/BurntSushi/dotfiles/blob/eace294fd80bfde1...

    [2]: https://github.com/radare/ired/blob/a1fa7904e6ad239dde950de5...

  • Framework 13 with AMD Ryzen 7040 Series Makes for a Great Linux Laptop
    4 projects | news.ycombinator.com | 15 Nov 2023
    I've been using X11 on my Framework laptop for years. No desktop environment at all. Just my regulard old school window manager[1]. No KDE or GNOME. But also no XFCE.

    The only thing I had to do to get scaling working for me was set two environment variables[2].

    I was indeed worried about this when I bought the laptop. Prior to this, I avoided anything with resolutions higher than 1920x1200. But it turned out that everything mostly worked with a couple tweaks.

    I think the only real issue I've run into is `git gui`. As I understand it, the GUI toolkit it uses doesn't support scaling? Not sure. I ended up working around it by just increasing font sizes. I suppose this exposes the weakness that is probably impacting you: the scaling on my laptop is being done by the GUI toolkits, not the display server or compositor. (I don't always run a compositor, but when I do, I use `picom`. Mostly just to avoid tearing.)

    [1]: https://github.com/BurntSushi/wingo

    [2]: https://github.com/BurntSushi/dotfiles/blob/ea3a88e6160f4244...

  • Docfd 0.8.5 TUI fuzzy document finder
    2 projects | /r/commandline | 20 May 2023
    Here's a really simple example: https://github.com/BurntSushi/dotfiles/blob/214aab9fdc45e7a507d41b564a1136eea9b298c9/bin/pre-rg
  • What setup do you use to program in rust?
    5 projects | /r/rust | 3 May 2023
    The full details of my setup (and more) are here: https://github.com/BurntSushi/dotfiles
  • Fastest XML node parsing library in Rust
    2 projects | /r/rust | 8 Apr 2023
    If it turns out to be the library (I'd wager not, 4 minutes feels excessive), then you could give roxmltree a try. This program deals with about 7GB of XML (my SMS history for the past few years) in about 15 seconds.
  • Do people write whole APIs in Rust?
    2 projects | /r/rust | 2 Apr 2023
    Did you try roxmltree? It worked really well for me and was quite fast: https://github.com/BurntSushi/dotfiles/blob/90f2acf2f45548ca0ff2da827f3108be0a965b74/bin/rust/searchsms/main.rs
  • would you use rust for scripting?
    6 projects | /r/rust | 20 Mar 2023
    find-invalid-utf8: walks a directory tree and prints invalid UTF-8 in files using nice hex escapes with coloring. This is useful for honing on in where invalid UTF-8 occur. You have a good bet of finding some by checking out any moderately sized repository of code. The Linux kernel used to have some. The Mozilla repo does. The CPython repo does too. This is why it's important for CLI tools to deal with invalid UTF-8 gracefully in some way.
  • What are some less popular but well-made crates you'd like others to know about?
    12 projects | /r/rust | 8 Jan 2023
    Yeah it's great! I used it to implement a little utility to convert a subset of SMS/MMS messages from an XML backup to a more readable plain text version: https://github.com/BurntSushi/dotfiles/blob/0b075d79a6ff8812a1f48a37b9858938b3eadc58/bin/rust/searchsms/main.rs
  • Ask HN: Can I see your scripts?
    73 projects | news.ycombinator.com | 15 Aug 2022
  • A note from our sponsor - InfluxDB
    influxdata.com | 28 Apr 2025
    Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →

Stats

Basic dotfiles repo stats
19
163
8.5
14 days ago

Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com

Did you know that Vim Script is
the 32nd most popular programming language
based on number of references?