diff --git a/arch.sh b/arch.sh index c39bebb..427582f 100644 --- a/arch.sh +++ b/arch.sh @@ -342,6 +342,9 @@ then # === VSCodium == wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/VSCodium/product.json -P "$HOME"/.config/VSCodium/ + # === Git == + git config --global pull.rebase true + echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur.\nPensez à activer les extensions après redémarrage." else echo "Ce script ne fonctionne que sur Arch." diff --git a/wsl.sh b/wsl.sh index e4d8df4..434e8ef 100644 --- a/wsl.sh +++ b/wsl.sh @@ -172,6 +172,9 @@ then # === Shared folders == mkdir /mnt/z && mkdir /mnt/y + # === Git == + git config --global pull.rebase true + echo -e "\nInstallation terminée !\nIl faut redémarrer WSL (dans Powershell = wsl --shutdown)." echo -e "---\nPense bien à paramétrer ton terminal, exemple avec Windows Terminal :" echo "- Ligne de commande = wsl.exe -d Ubuntu fish"