An open API service indexing awesome lists of open source software.

https://github.com/azagramac/post-install-debian

script config post install
https://github.com/azagramac/post-install-debian

amd debian debian-12 debian-13 debian-linux debian-trixie post-install post-install-script script

Last synced: about 15 hours ago
JSON representation

script config post install

Awesome Lists containing this project

README

          


image

# 🚀 Setup Debian 13

Script de configuracion para Debian 13 - trixie

---

## 💻 Qué hace

- Añade usuario a sudo y grupos útiles 🛡️
- Copia firmware para Sound Blaster Z 🔊
- Configura repositorios y llaves 🔑
- Actualiza sistema y paquetes 🔄
- Cambia GRUB y activa theme SpaceFun 🌌
- Crea swap de 16GB ⚡
- Aplica blacklist de drivers inútiles 🚫
- Configura sysctl y udev rules 🔧
- Instala Java JDK de Oracle ☕
- Instala Flatpak y software variado 📦
- Configura GPU AMD, VA-API y CoreCtrl 🎮
- Instala VS Code, Chrome y Wireshark 🖥️
- Ajusta GNOME a gusto del usuario 🎨
- Limpia caches y reinicia 🧹🔁

## ⚠️ Advertencia

Antes de aplicar el **fstab**, revisar discos y particiones.

---

## ⚡ Uso

```bash
git clone https://github.com/azagramac/post-install-debian.git
cd post-install-debian
chmod a+x post-install.sh
sudo ./post-install.sh
```