Skip to content

Setup my linux with my personal preferences. Be free to inspire you!

Notifications You must be signed in to change notification settings

kelsoncm/bashscripts

Repository files navigation

My default setups

Debian

First as root

addgroup docker && adduser kelson && adduser kelson docker
apt update && apt upgrade -y && apt install -y curl sudo bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/kelsoncm/bashscripts/master/debian_first_install)"

Them as my own user

bash -c "$(curl -fsSL https://raw.githubusercontent.com/kelsoncm/bashscripts/master/debian_user_setup)"

AlmaLinux

First as root

dnf upgrade -y dnf install curl sudo bash -y && reboot
bash -c "$(curl -fsSL https://raw.githubusercontent.com/kelsoncm/bashscripts/master/alma_first_install_root)"

Them as my own user

bash -c "$(curl -fsSL https://raw.githubusercontent.com/kelsoncm/bashscripts/master/alma_first_install_user)"

About

Setup my linux with my personal preferences. Be free to inspire you!

Resources

Stars

Watchers

Forks