Skip to content

Instantly share code, notes, and snippets.

View ramaureirac's full-sized avatar
🐤
There are 10 types of people, those who know binary and those who don't.

Rodrigo Andrés Maureira Contreras ramaureirac

🐤
There are 10 types of people, those who know binary and those who don't.
View GitHub Profile
@ramaureirac
ramaureirac / fedora-post.sh
Last active February 3, 2025 03:43
My post install for Fedora Workstation
#!/bin/sh
# adds: nonfree-codecs, steam, gnome stuff
# removes: libreoffice, rhythmbox, fedora flatpaks
if [[ "$(whoami)" != "root" ]]; then
echo "Pls run as root"
exit -1
fi