Post instalación Fedora

Fedora 39

Actualizar

sudo dnf update -y
sudo hostnamectl --static set-hostname ns1.snicoper.local

Codecs

sudo dnf install \
    gstreamer1-plugins-{bad-\*,good-\*,base} \
    gstreamer1-plugin-openh264 gstreamer1-libav \
    --exclude=gstreamer1-plugins-bad-free-devel

sudo dnf install lame\* --exclude=lame-devel

sudo dnf group upgrade --with-optional Multimedia

Programas básicos

sudo dnf -y install \
    cmake \
    cpp \
    dejavu-sans-mono-fonts \
    flameshot \
    gcc \
    gcc-c++ \
    git \
    hunspell-es \
    kernel-devel \
    kernel-headers \
    p7zip \
    p7zip-plugins \
    powerline \
    powerline-fonts \
    unrar \
    vim \
    wget \
    zsh

Descargar Meslo.zip` de https://github.com/ryanoasis/nerd-fonts/releases/download/v2.0.0/Meslo.zip

cp *.ttf ~/.local/share/fonts/

Idiomas

sudo vim /etc/locale.conf

LANG=en_US.UTF-8
LC_NUMERIC=es_ES.UTF-8
LC_TIME=es_ES.UTF-8
LC_MONETARY=es_ES.UTF-8
LC_PAPER=es_ES.UTF-8
LC_MEASUREMENT=es_ES.UTF-8
LC_CTYPE=es_ES.UTF-8
LC_COLLATE=en_US.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_NAME=es_ES.UTF-8
LC_ADDRESS=es_ES.UTF-8
LC_TELEPHONE=es_ES.UTF-8
LC_IDENTIFICATION=es_ES.UTF-8

vscode

sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc

printf "[vscode]\nname=packages.microsoft.com\nbaseurl=https://packages.microsoft.com/yumrepos/vscode/\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc\nmetadata_expire=1h" | sudo tee -a /etc/yum.repos.d/vscode.repo

sudo dnf install code -y

Nvidia drivers

sudo dnf install xorg-x11-drv-nvidia-cuda
sudo dnf install akmod-nvidia

Otras configuraciones