I just set up a fresh install of Arch with Hyprland and I'm looking to customize it without spending too much time. I found this GitHub repo for dotfiles (https://github.com/elifouts/Dotfiles) that looks pretty awesome, so I decided to run the script to install everything automatically. My question is, is it safe to install dotfiles like that? Although the repo has some stars on GitHub and seems credible, I'm a bit concerned about running scripts I don't fully understand.
5 Answers
I usually test these types of scripts using a virtual machine with different snapshots. This way, I can safely run the script and revert if something goes wrong. Just remember to only run code you trust, either by reviewing it yourself or by relying on reputable sources.
I've looked at similar scripts, and they seem fine. But if you really want peace of mind, you could ask the community at r/unixporn for their take.
If you're unsure, it's better to install everything manually. Dotfiles are just regular files; copying them over should be straightforward.
It's good practice to be cautious. Don't run scripts you aren't familiar with, especially for configuration files you don't fully understand.
If you can't install the dotfiles manually, it's worth checking the script to see what's involved. If it's asking for extra dependencies or complex setups, you might want to reconsider.
Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux