Config files for my Ubuntu Linux build
installation using curl:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ReinanHS/dotfiles/main/src/os/setup.sh)"
installation using wget:
sh -c "$(wget https://raw.githubusercontent.com/ReinanHS/dotfiles/main/src/os/setup.sh -O -)"
When you run the above command, the script will verify that your operating system meets the requirements for installation. If everything is ok, just type "y" and the script will start to install.