this post was submitted on 10 Feb 2025
934 points (100.0% liked)

linuxmemes

23866 readers
1278 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. ๐Ÿ‡ฌ๐Ÿ‡ง Language/ัะทั‹ะบ/Sprache
  • This is primarily an English-speaking community. ๐Ÿ‡ฌ๐Ÿ‡ง๐Ÿ‡ฆ๐Ÿ‡บ๐Ÿ‡บ๐Ÿ‡ธ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • ย 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     

    Let the apologists have a field day in the comments.

    you are viewing a single comment's thread
    view the rest of the comments
    [โ€“] [email protected] 23 points 1 month ago* (last edited 1 month ago) (1 children)
    [โ€“] [email protected] 7 points 1 month ago (2 children)
    [โ€“] [email protected] 4 points 1 month ago (1 children)

    Meanwhile i'm using my own silly bash script to symlink all my dotfiles from my repo ๐Ÿ—ฟ

    [โ€“] [email protected] 4 points 1 month ago (2 children)

    Yeah, and then you start to configure any edge case, and then youโ€™re basically already at the point where chezmoi would be useful. Lol, Iโ€™ve been there

    [โ€“] [email protected] 3 points 1 month ago

    Mine uses special folders for 'all' or 'user', and different folders for symlinking entire folders or single files so the scripts can tell the difference. Had no idea this existed. Thanks!

    [โ€“] [email protected] 2 points 1 month ago (1 children)

    Could you give an example of that? Cause i'm kinda curious. I have used home manager before when i was using nixos, but when i left i went back to using my script. It was kinda annoying to me how home manager was much slower.

    [โ€“] [email protected] 2 points 1 month ago* (last edited 1 month ago)

    Server (Linux) and personal machine (non-Linux Macbook) with the same general shell config (aliases etc.), but different applications/CLI tools installed.

    No idea how it compares against the Nix paradigms, but I like the ease of use in setting up a new machine. Itโ€™ll copy all files to their intended destinations and will be able to fill in credentials from templates using e.g. rbw (third-party Bitwarden, i.e. password manager, CLI tool), meaning, once all fields have been templated, you can make it public without even worrying about leaking a personal email address (I use different ones for git vs. other accounts vs. even other stuff).

    [โ€“] [email protected] 4 points 1 month ago

    Oooo.. new toy..