Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 676 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 676 Bytes

My Dot files

Config files for my Ubuntu Linux build

Automate this

Setup dos dotfiles

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 -)"

image

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.