From 91475439db47e3657c76944120e6a8cfbeee321b Mon Sep 17 00:00:00 2001 From: Gil Portenseigne Date: Mon, 21 Jul 2025 00:21:36 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20firefox=20esr=20et=20config=20xresource?= =?UTF-8?q?,=20et=20nvim=20r=C3=A9cent.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installSystem.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installSystem.sh b/installSystem.sh index 3b4dafb..879beb0 100644 --- a/installSystem.sh +++ b/installSystem.sh @@ -38,6 +38,9 @@ sudo chsh -s /bin/bash $USER # Installation config specif bash + aliases grep -q "gil_specific" "$HOME/.bashrc" && echo "Bash configured" || sed -i -e '$asource "$HOME/.config/bash/gil_specific.sh"\' $HOME/.bashrc +grep -q "Xautolock" "$HOME/.Xresources" && echo "autolock configured" || sed -i -e '$aXautolock.corners: ----' $HOME/.Xresources + + # Installation sdkman [ ! -d "$HOME/.sdkman/" ] && curl -s "https://get.sdkman.io" | bash