Atualizar o README.md

This commit is contained in:
Paulo Henrique Aleixo de Campos 2025-06-07 08:18:11 -03:00 committed by GitHub
parent 8531586795
commit cac0a21418
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

142
README.md
View File

@ -1,130 +1,36 @@
Post installation script developed for Debian 12 live Gnome base, based on my use of programs, configurations and customizations. # After Install Debian Stable (Gnome & XFCE)
Link to download the ISO:
https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/debian-live-12.6.0-amd64-gnome.iso
Make all changes (recommend) **After Install Debian** is a post-installation setup designed to improve and simplify the experience after installing **Debian Stable**, whether you're using the **Gnome** or **XFCE** desktop environment.
``` This project is based on personal preferences, commonly used applications, system configurations, and desktop customizations — all wrapped into automated scripts for a faster and more complete setup.
curl -o pos_install_complete.sh https://raw.githubusercontent.com/phaleixo/after_install_debian_12/main/pos_install_complete.sh && chmod +x pos_install_complete.sh && ./pos_install_complete.sh && rm pos_install_complete.sh
```
Activating the contrib and non-free repository and install flatpak support and flathub repository: ## 🎯 Project Goals
```
curl -o activating_repo_apps.sh https://raw.githubusercontent.com/phaleixo/after_install_debian_12/main/activating_repo_apps.sh && chmod +x activating_repo_apps.sh && ./activating_repo_apps.sh && rm activating_repo_apps.sh
```
Change firefox ESR to Current:
``` - Automate essential software installations
curl -o change_firefox_esr_to_firefox.sh https://raw.githubusercontent.com/phaleixo/after_install_debian_12/main/change_firefox_esr_to_firefox.sh && chmod +x change_firefox_esr_to_firefox.sh && ./change_firefox_esr_to_firefox.sh && rm change_firefox_esr_to_firefox.sh - Enable additional repositories (contrib/non-free, Flatpak, Flathub)
``` - Install multimedia codecs and fonts
Codecs and tweaks installer: - Apply useful system tweaks and remove unnecessary packages
` - Add productivity and usability-focused GNOME/XFCE extensions
exfat-fuse - Provide visual customization (fonts & wallpapers)
ffmpeg - Offer AMD GPU driver adjustments if needed
ffmpegthumbnailer
firmware-amd-graphics
firmware-linux-nonfree
font-manager
fonts-croscore
fonts-noto
fonts-noto-extra
fonts-ubuntu
gamemode
gir1.2-gtop-2.0
gnome-browser-connector
gnome-firmware
gnome-tweaks
gstreamer1.0-plugins-ugly
gstreamer1.0-vaapi
gufw
libavcodec-extra
ldap-utils
libasound2-plugins
micro
vdpauinfo
python3-pip
python3
gnome-boxes
p7zip-rar
ntp
network-manager-config-connectivity-debian
ttf-mscorefonts-installer
default-jre
default-jdk -y
`
```
curl -o codecs_and_tweaks_installer.sh https://raw.githubusercontent.com/phaleixo/after_install_debian_12/main/codecs_and_tweaks_installer.sh && chmod +x codecs_and_tweaks_installer.sh && ./codecs_and_tweaks_installer.sh && rm codecs_and_tweaks_installer.sh
```
Whether you're a beginner or experienced Debian user, this setup helps save time and delivers a more polished out-of-the-box experience.
Install Gnome-extensions:''places-status-indicator ## 🌐 Get Started
appindicator-support
auto-activities
quick-settings-tweaker
dash-to-dock
tophat
tiling-assistant
''
```
curl -o install_extensions.sh https://raw.githubusercontent.com/phaleixo/after_install_debian_12/main/install_extensions.sh && chmod +x install_extensions.sh && ./install_extensions.sh && rm install_extensions.sh
```
Unnecessary Apps Remover: All instructions, scripts, and detailed information are available on the official site:
`
fcitx*
mozc*
xiterm+thai*
mlterm*
xterm*
hdate*
kasumi*
gnome-games*
im*
goldendict*
hdate*
uim*
thunderbird*
gnome-music
gnome-software
```
curl -o unnecessary_apps_remover.sh https://raw.githubusercontent.com/phaleixo/after_install_debian_12/main/unnecessary_apps_remover.sh && chmod +x unnecessary_apps_remover.sh && ./unnecessary_apps_remover.sh && rm unnecessary_apps_remover.sh
```
Unnecessary Apps Remover: 👉 **[https://phaleixo.github.io/after_install_debian_12/index.html](https://phaleixo.github.io/after_install_debian_12/index.html)**
`
flatpak:
GIMP
GIMP.Plugin.Resynthesizer
Inkscape
Builder
Cambalache
Workbench
DolphinEmu
Postman
Flatseal
bottles
bitwarden.desktop
Fragments
sqlitebrowser
)
```
curl -o install_apps.sh https://raw.githubusercontent.com/phaleixo/after_install_debian_12/main/install_apps.sh && chmod +x install_apps.sh && ./install_apps.sh && rm install_apps.sh
```
There you'll find:
Switch Radeon to Amdgpu on Debian-based distros: - Step-by-step usage guide
- Script explanations
- Optional enhancements
- Visual and system customizations
Enable amdgpu drive and disable Radeon drive on Linux, tested on Debian 12, but should work on any Debian based distro. Below is a list of all GPU models from the Sea Islands and Southern Islands families. If your GPU is on this list, then the procedure will probably be necessary. ---
Tahiti, Bonaire, Hawaii, Pitcairn, Cape Verde, Oland. Feel free to explore, use, and contribute to improve the project!
```
curl -o radeon_to_amdgpu.sh https://raw.githubusercontent.com/phaleixo/after_install_debian_12/main/radeon_to_amdgpu.sh && chmod +x radeon_to_amdgpu.sh && ./radeon_to_amdgpu.sh && rm radeon_to_amdgpu.sh Enjoy your Debian experience 🚀🐧
```
install and set fonts:
```
curl -o fonts.sh https://raw.githubusercontent.com/phaleixo/after_install_debian_12/main/fonts.sh && chmod +x fonts.sh && ./fonts.sh && rm fonts.sh
```
install and set Wallpapers:
```
curl -o wallpapers.sh https://raw.githubusercontent.com/phaleixo/after_install_debian_12/main/wallpapers.sh && chmod +x wallpapers.sh && ./wallpapers.sh && rm wallpapers.sh
```