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