Firefox automatic configuration
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user