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
- Host: GitHub
- URL: https://github.com/azagramac/post-install-debian
- Owner: azagramac
- License: gpl-3.0
- Created: 2025-08-28T08:37:53.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-11-29T17:26:05.000Z (7 months ago)
- Last Synced: 2025-12-01T09:01:28.635Z (7 months ago)
- Topics: amd, debian, debian-12, debian-13, debian-linux, debian-trixie, post-install, post-install-script, script
- Language: Shell
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 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
```