From fdbcdf3b4dd33f262d8f87fe97e12a812cc0ab6e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 5 Feb 2023 12:23:37 +0100 Subject: [PATCH] fix deadlinks --- README.md | 12 ++++++------ arch.sh | 20 ++++++++++---------- arch_wsl.sh | 14 +++++++------- windows11.bat | 14 +++++++------- 4 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 31d23d7..92187aa 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Commande pour lancer mon installation : ```bash -curl https://git.kennel.ml/Anri/confOS/raw/branch/main/arch_wsl.sh -s | sudo bash +curl https://git.mylloon.fr/Anri/confOS/raw/branch/main/arch_wsl.sh -s | sudo bash ``` ## Arch @@ -87,7 +87,7 @@ curl https://git.kennel.ml/Anri/confOS/raw/branch/main/arch_wsl.sh -s | sudo bas Commande pour lancer mon installation : ```bash -curl https://git.kennel.ml/Anri/confOS/raw/branch/main/arch.sh -s | sudo bash +curl https://git.mylloon.fr/Anri/confOS/raw/branch/main/arch.sh -s | sudo bash ``` ## Android @@ -97,7 +97,7 @@ d'applications est [uad_exported_selection.txt](./uad_exported_selection.txt). -[Ici](https://git.kennel.ml/Anri/cat/wiki/Debloat-MIUI) un petit descriptif de +[Ici](https://git.mylloon.fr/Anri/cat/wiki/Debloat-MIUI) un petit descriptif de quelques applications que je désactive qui sont mauvaise.

Anciens scripts

@@ -109,7 +109,7 @@ Ils restent là au cas où, mais attention ils ne sont **pas à jour**. Commande pour lancer mon installation : ```bash -curl https://git.kennel.ml/Anri/confOS/raw/branch/main/old/manjaro.sh -s | bash +curl https://git.mylloon.fr/Anri/confOS/raw/branch/main/.old/manjaro.sh -s | bash ``` ### Ubuntu @@ -117,7 +117,7 @@ curl https://git.kennel.ml/Anri/confOS/raw/branch/main/old/manjaro.sh -s | bash Commande pour lancer mon installation : ```bash -curl https://git.kennel.ml/Anri/confOS/raw/branch/main/old/ubuntu.sh -s | bash +curl https://git.mylloon.fr/Anri/confOS/raw/branch/main/.old/ubuntu.sh -s | bash ``` ### WSL (Ubuntu) @@ -127,7 +127,7 @@ Commande pour lancer mon installation : ```bash # Lors de l'installation il vous sera demandé de choisir # une configuration mail, choisir : "No configuration" -curl https://git.kennel.ml/Anri/confOS/raw/branch/main/old/ubuntu_wsl.sh -s | sudo bash +curl https://git.mylloon.fr/Anri/confOS/raw/branch/main/.old/ubuntu_wsl.sh -s | sudo bash ```
diff --git a/arch.sh b/arch.sh index 7719cfd..4ed8f25 100644 --- a/arch.sh +++ b/arch.sh @@ -71,11 +71,11 @@ main() { mkdir "$HOME"/.ssh # Custom config.fish rm "$HOME"/.config/fish/config.fish 2> /dev/null - wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/fish/config_arch.fish -O "$HOME"/.config/fish/config.fish + wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/fish/config_arch.fish -O "$HOME"/.config/fish/config.fish # Custom prompt shell (based on https://github.com/fish-shell/fish-shell/blob/master/share/tools/web_config/themes/Base16%20Eighties.theme) # Modifications: Changed comment color rm "$HOME"/.config/fish/functions/fish_prompt.fish 2> /dev/null - wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/fish/functions/fish_prompt.fish -P "$HOME"/.config/fish/functions/ + wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/fish/functions/fish_prompt.fish -P "$HOME"/.config/fish/functions/ fish -c "set -U fish_color_normal normal" fish -c "set -U fish_color_command 99cc99" fish -c "set -U fish_color_quote ffcc66" @@ -163,7 +163,7 @@ main() { # === Micro configuration == git config --global core.editor "micro" fish -c "set -Ux EDITOR micro" - wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/micro/settings.json -O "$HOME"/.config/micro/settings.json + wget -q --show-progress https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/micro/settings.json -O "$HOME"/.config/micro/settings.json micro -plugin install detectindent # === GL4D == @@ -210,7 +210,7 @@ main() { # === Flameshot == # Custom configuration rm "$HOME"/.config/flameshot/flameshot.ini 2> /dev/null - wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/flameshot/flameshot.ini -P "$HOME"/.config/flameshot/ + wget -q --show-progress https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/flameshot/flameshot.ini -P "$HOME"/.config/flameshot/ # Change keybindings gsettings set org.gnome.shell.keybindings show-screenshot-ui "[]" local custom_keybindings_list @@ -229,7 +229,7 @@ main() { # === Emoji picker == # Custom configuration rm "$HOME"/.config/gazatu.xyz/emoji-picker.ini 2>/dev/null - wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/gazatu.xyz/emoji-picker.ini -P "$HOME"/.config/gazatu.xyz/ + wget -q --show-progress https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/gazatu.xyz/emoji-picker.ini -P "$HOME"/.config/gazatu.xyz/ # Add keybinding custom_keybindings_list=$(gsettings get org.gnome.settings-daemon.plugins.media-keys custom-keybindings) if ! echo "$custom_keybindings_list" | grep -q "x11-emoji-picker" @@ -358,7 +358,7 @@ main() { firefox & sleep 2 pkill firefox - wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/.mozilla/firefox/user.js -P "$HOME"/.mozilla/firefox/*.default-release + wget -q --show-progress https://git.mylloon.fr/Anri/confOS/raw/branch/main/.mozilla/firefox/user.js -P "$HOME"/.mozilla/firefox/*.default-release # 2 fingers history control echo "export MOZ_USE_XINPUT2=1" >> "$HOME"/.profile @@ -389,10 +389,10 @@ main() { sed -i "s/#AutoEnable=true/AutoEnable=false/g" /etc/bluetooth/main.conf # === VSCodium == - wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/VSCodium/product.json -P "$HOME"/.config/VSCodium/ + wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/VSCodium/product.json -P "$HOME"/.config/VSCodium/ # === Git == - wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.gitconfig -O "$HOME"/.gitconfig + wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/dotfiles/.gitconfig -O "$HOME"/.gitconfig # === Python == # Add PIP packages from Python to the path @@ -403,12 +403,12 @@ main() { echo | opam init yes | opam init opam install -y utop ocaml-lsp-server ocamlformat ocamlformat-rpc menhir - wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat + wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat # Add Opam packages from OCaml fish -c "fish_add_path /home/anri/.opam/default/bin" # === Clang == - wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.clang-format -O "$HOME"/.clang-format + wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/dotfiles/.clang-format -O "$HOME"/.clang-format # === LaTeX == # Pour latexindent diff --git a/arch_wsl.sh b/arch_wsl.sh index a07f1e8..930a390 100644 --- a/arch_wsl.sh +++ b/arch_wsl.sh @@ -84,11 +84,11 @@ main() { mkdir "$HOME"/.ssh # Custom config.fish rm "$HOME"/.config/fish/config.fish 2> /dev/null - wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/fish/config_wsl.fish -O "$HOME"/.config/fish/config.fish + wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/fish/config_wsl.fish -O "$HOME"/.config/fish/config.fish # Custom prompt shell (based on https://github.com/fish-shell/fish-shell/blob/master/share/tools/web_config/themes/Base16%20Eighties.theme) # Modifications: Changed comment color rm "$HOME"/.config/fish/functions/fish_prompt.fish 2> /dev/null - wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/fish/functions/fish_prompt.fish -P "$HOME"/.config/fish/functions/ + wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/fish/functions/fish_prompt.fish -P "$HOME"/.config/fish/functions/ fish -c "set -U fish_color_normal normal" fish -c "set -U fish_color_command 99cc99" fish -c "set -U fish_color_quote ffcc66" @@ -155,7 +155,7 @@ main() { git config --global core.editor "micro" fish -c "set -Ux EDITOR micro" mkdir "$HOME"/.config/micro - wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/micro/settings.json -O "$HOME"/.config/micro/settings.json + wget -q --show-progress https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/micro/settings.json -O "$HOME"/.config/micro/settings.json micro -plugin install detectindent # === GL4D == @@ -205,7 +205,7 @@ main() { mkdir /mnt/y # === Git == - wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.gitconfig -O "$HOME"/.gitconfig + wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/dotfiles/.gitconfig -O "$HOME"/.gitconfig # === Python == # Add PIP packages from Python @@ -216,14 +216,14 @@ main() { echo | opam init yes | opam init opam install -y utop ocaml-lsp-server ocamlformat ocamlformat-rpc menhir - wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat + wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat # Add Opam packages from OCaml fish -c "fish_add_path $HOME/.opam/default/bin" # Fix dlllwt_unix_stubs.so shared object file fish -c "set -Ux CAML_LD_LIBRARY_PATH $(opam var stublibs)" # === Clang == - wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.clang-format -O "$HOME"/.clang-format + wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/dotfiles/.clang-format -O "$HOME"/.clang-format # === LaTeX == # Pour latexindent @@ -233,7 +233,7 @@ main() { fish -c "set -Ux DEBUGINFOD_URLS https://debuginfod.archlinux.org" # === Unison == - wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.unison/default.prf -O "$HOME"/.unison/default.prf + wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/.unison/default.prf -O "$HOME"/.unison/default.prf # === Clear useless packages pacman -Rsn "$(pacman -Qqtd)" 2> /dev/null diff --git a/windows11.bat b/windows11.bat index df2f1ca..35c9adb 100644 --- a/windows11.bat +++ b/windows11.bat @@ -98,17 +98,17 @@ powershell -Command "&{[Net.ServicePointManager]::SecurityProtocol = [Net.Securi taskkill /im firefox.exe /F for /F %%i in ('dir /B /S ^"%APPDATA%\Mozilla\Firefox\Profiles\*.default-release^"') do set vbc=%%i -powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/.mozilla/firefox/user.js -OutFile '%vbc%/user.js'" +powershell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/.mozilla/firefox/user.js -OutFile '%vbc%/user.js'" -powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/.mozilla/firefox/extensions/Dark-Reader-Settings.json -OutFile '%HOMEPATH%\Downloads\Dark-Reader-Settings.json'" -powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/.mozilla/firefox/extensions/SponsorBlockConfig.json -OutFile '%HOMEPATH%\Downloads\SponsorBlockConfig.json'" +powershell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/.mozilla/firefox/extensions/Dark-Reader-Settings.json -OutFile '%HOMEPATH%\Downloads\Dark-Reader-Settings.json'" +powershell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/.mozilla/firefox/extensions/SponsorBlockConfig.json -OutFile '%HOMEPATH%\Downloads\SponsorBlockConfig.json'" echo La configuration des differents Addons de Firefox est presente dans le dossier %HOMEPATH%\Downloads. :: === User Diag for drivers == echo Installe les pilotes, pour connaitre la liste des pilotes, utilise UserDiag https://userdiag.com/download :: === W10Privacy == -powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/W10Privacy.ini -OutFile '%HOMEPATH%\Downloads\W10Privacy.ini'" +powershell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/W10Privacy.ini -OutFile '%HOMEPATH%\Downloads\W10Privacy.ini'" echo Ensuite, utilise W10Privacy (https://www.w10privacy.de/deutsch-start/download/) avec le fichier present dans %HOMEPATH%\Downloads (version 4.0.0.1). :: === Modules == @@ -117,9 +117,9 @@ powershell -Command "Install-Module -Name PSWindowsUpdate -Force" :: === Scripts == mkdir %HOMEPATH%\Documents\Local -powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/windows/ctmpf.bat -OutFile '%HOMEPATH%\Documents\Local\ctmpf.bat'" -powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/windows/spotx.bat -OutFile '%HOMEPATH%\Documents\Local\spotx.bat'" -powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/windows/update.bat -OutFile '%HOMEPATH%\Documents\Local\update.bat'" +powershell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/windows/ctmpf.bat -OutFile '%HOMEPATH%\Documents\Local\ctmpf.bat'" +powershell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/windows/spotx.bat -OutFile '%HOMEPATH%\Documents\Local\spotx.bat'" +powershell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/windows/update.bat -OutFile '%HOMEPATH%\Documents\Local\update.bat'" :: === OpenTabletDriver == :: Download