this post was submitted on 10 Feb 2025
858 points (97.7% liked)

linuxmemes

22387 readers
2174 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.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 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.
  • ย 

    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
    [โ€“] muhyb@programming.dev 24 points 1 day ago* (last edited 1 day ago) (1 children)
    [โ€“] stetech@lemmy.world 7 points 1 day ago (2 children)
    [โ€“] fmstrat@lemmy.nowsci.com 4 points 1 day ago

    Oooo.. new toy..

    [โ€“] juipeltje@lemmy.world 4 points 1 day ago (1 children)

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

    [โ€“] stetech@lemmy.world 4 points 1 day 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

    [โ€“] juipeltje@lemmy.world 2 points 1 day 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.

    [โ€“] stetech@lemmy.world 2 points 20 hours ago* (last edited 10 hours 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).

    [โ€“] fmstrat@lemmy.nowsci.com 3 points 1 day 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!