rcm VS dotfiles

Compare rcm vs dotfiles and see what are their differences.

dotfiles

:boom: My system installation profile (by cookiengineer)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
rcm dotfiles
19 4
3,074 16
0.6% -
4.4 6.5
about 1 month ago about 1 month ago
Perl JavaScript
BSD 3-clause "New" or "Revised" License Do What The F*ck You Want To Public License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rcm

Posts with mentions or reviews of rcm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-08.

dotfiles

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 2023-01-17.
  • The FBI Identified a Tor User
    3 projects | news.ycombinator.com | 17 Jan 2023
    From a technological point of view, TOR still has a couple of flaws which make it vulnerable to the metadata logging systems of ISPs:

    - it needs a trailing non-zero buffer, randomized by the size of the payload, so that stream sizes and durations don't match

    - it needs a request scattering feature, so that the requests for a specific website don't get proxied through the same nodes/paths

    - it needs a failsafe browser engine, which doesn't give a flying damn about WebRTC and decides to actively drop features.

    - it needs to stop monkey-patching out ("stubbing") the APIs that are compromising user privacy, and start removing those features.

    I myself started a WebKit fork a while ago but eventually had to give up due to the sheer amount of work required to maintain such an engine project. I called it RetroKit [1], and I documented what kind of features in WebKit were already usable for tracking and had to be removed.

    I'm sorry to be blunt here, but all that user privacy valueing electron bullshit that uses embedded chrome in the background doesn't cut it anymore. And neither does Firefox that literally goes rogue in an endless loop of requests when you block their tracking domains. The config settings in Firefox don't change shit anymore, and it will keep requesting the tracking domains. It does it also in Librefox and all the *wolf profile variants, just use a local eBPF firewall to verify. I added my non-complete opensnitch ruleset to my dotfiles for others to try out. [3]

    If I would rewrite a browser engine today, I'd probably go for golang. But golang probably makes handling arbitrary network data a huge pain, so it's kinda useless for failsafe html5 parsing.

    [1] https://github.com/tholian-network/retrokit

    [2] (the browser using retrokit) https://github.com/tholian-network/stealth

    [3] https://github.com/cookiengineer/dotfiles/tree/master/softwa...

  • What cool things have you done with your .bashrc?
    7 projects | /r/archlinux | 16 Sep 2022
    Added lots of other helper methods, mostly for the shitty kind of CLI tools like yt-dlp, wget, tar, etc. My PS1 is a little more complex because I'm using emojis in the Terminal to represent states of repositories and to shorten the base paths. My complete bashrc is here if you're curious.
  • How do you keep your install clean?
    2 projects | /r/linuxquestions | 11 Aug 2022
  • How safe is it to publish dotfiles?
    7 projects | /r/archlinux | 20 Jan 2021
    Personally I decided to have my dotfiles being not a git repo of the actual dotfiles, but more like a quick bootstrapping framework with the idea that the install process can be run repeatedly and incrementally without fucking already "patched" config files up.

What are some alternatives?

When comparing rcm and dotfiles you can also consider the following projects:

GNU Stow - GNU Stow - mirror of savannah git repository occasionally with more bleeding-edge branches

git-secrets - Prevents you from committing secrets and credentials into git repositories

yadm - Yet Another Dotfiles Manager

Dotfiles - These are my Arch Linux config files. You may use them however you like.

chezmoi - Manage your dotfiles across multiple diverse machines, securely.

shortbashpwd - Shorter working directory in prompt like in fish shell

homesick - Your home directory is your castle. Don't leave your dotfiles behind.

retrokit - :joystick: Bring back the old Web(Kit) and make it secure

Home Manager using Nix - Manage a user environment using Nix [maintainer=@rycee]

Chef - Chef Infra, a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment, at any scale

homeshick - git dotfiles synchronizer written in bash

Ansible - Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.