The scripts in this repository will automate some common tasks that usually have to be done when the system is installed
Run the following commands in the terminal, you can use either curl or wget to get the scripts
exemple:
curl -o- https://raw.githubusercontent.com/RaphaelBRodrigues/linux-setup/master/ubuntu/setup.sh | bash;
or
wget -qO- https://raw.githubusercontent.com/RaphaelBRodrigues/linux-setup/master/fedora/setup.sh | bash;