Is It Safe to Install Dotfiles from a GitHub Repo on Arch?

0
2
Asked By CuriousCactus123 On

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

Answered By VirtualVet On

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.

Answered By SafetyFirstAdmin On

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.

Answered By ManualMaven On

If you're unsure, it's better to install everything manually. Dotfiles are just regular files; copying them over should be straightforward.

Answered By SkepticalTechie On

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.

Answered By CautiousCoder On

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

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.