Firefox automatic configuration

This commit is contained in:
2023-08-30 12:56:33 +02:00
parent 724c9a79cb
commit 563d253dc4

View File

@ -28,9 +28,12 @@ xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitorVirtual1/workspace3/la
# https://i12bretro.github.io/tutorials/0530.html # https://i12bretro.github.io/tutorials/0530.html
echo "Installation des logiciels tierces" echo "Installation des logiciels tierces"
sudo apt install keepassxc sudo apt install keepassxc -y
sudo ln -sf $(pwd)/firefox/profile/* ~/.mozilla/firefox/us42ciha.default-release/ DIR=$(dirname "$0")
cd $DIR
folder=$(find $HOME/.mozilla/firefox -type d -name "*.default-release")
sudo ln -sf $(pwd)/firefox/profile/* $folder/
echo "Configuration de timeshift" echo "Configuration de timeshift"
sudo timeshift-gtk sudo timeshift-gtk