2025-01-27 21:40:08 +01:00

13 lines
333 B
Bash
Executable File

#!/bin/bash
# Exporter Tilix
dconf dump /com/gexperts/Tilix/ > tilix.conf
echo "Configuration Tilix sauvegardée dans tilix.conf"
# Exporter .bashrc
cp ~/.bashrc bashrc_backup
echo "Fichier .bashrc sauvegardé dans bashrc_backup"
echo "Sauvegarde terminée. Transférez 'tilix.conf' et 'bashrc_backup' vers la nouvelle machine."