Personal configuration for Manjaro
This repository has been archived on 2022-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2021-11-09 23:04:12 +01:00
.config/fish Removal of flatpak 2021-11-08 21:54:09 +01:00
.ssh Add my SSH config 2021-11-08 15:32:43 +01:00
installBrave.sh Mise à jour de 'installBrave.sh' 2021-11-08 17:12:18 +01:00
installFish.sh Custom colors 2021-11-08 17:51:45 +01:00
installgl4D.sh Fix for shared librairies 2021-11-08 20:23:21 +01:00
installJava.sh Mise à jour de 'installJava.sh' 2021-11-09 23:04:12 +01:00
installObsidian.sh Obsidian Script 2021-11-08 21:51:28 +01:00
installOnlyoffice.sh Add AdoptOpenJDK16 and OnlyOffice installers 2021-11-09 22:41:27 +01:00
installParsec.sh Auto confirm parsec install 2021-11-09 22:41:00 +01:00
installSpotify.sh replace ubuntu shortcut 2021-11-08 18:45:21 +01:00
installSyncthing.sh check removal and adding sudo for systemctl 2021-11-08 20:13:25 +01:00
README.md Add AdoptOpenJDK16 and OnlyOffice installers 2021-11-09 22:41:27 +01:00

Configuration perso pour Linux

Mon guide à suivre lors d'une réinstallation d'Ubuntu

Avant de réinstaller, sauvegarder les clés SSH

  • Installe Brave

    wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installBrave.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
    
  • Désinstalle Firefox

    sudo snap remove firefox && rm -r $HOME/snap/firefox
    
  • Installe et configure Fish ainsi que le SSH dans Fish
    • Police (sous Windows CMD) : Cascadia Mono
    • Couleur texte : #D3D0C8 (211, 208, 200)
    • Couleur arrière-plan : #2D2D2D (45, 45, 45)
    wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installFish.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
    
  • Remettre les clés SSH dans le dossier $HOME/.ssh

  • Désactiver le mot de passe SU si nécessaire

    # Édition du fichier qui gère ça
    sudo visudo
    
    # Trouve cette ligne :
    %sudo ALL=(ALL) ALL
    
    # Remplace la par celle-ci :
    %sudo ALL=(ALL) NOPASSWD: ALL
    
  • Installe Spotify et le patch

    wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installSpotify.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
    
  • Installe Syncthing et le lance au démarrage

    wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installSyncthing.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
    
  • Installe GL4Dummies

    wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installgl4D.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
    
  • Installe Discord

    wget -q --show-progress "https://discord.com/api/download?platform=linux&format=deb" -O discord.deb && sudo apt install ./discord.deb -y && rm discord.deb
    
  • Installe Obsidian

    wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installObsidian.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
    
  • Setup le VPN

    # En SSH au serveur, dans le dossier d'openvpn
    docker-compose run --rm openvpn ovpn_getclient anri > anri.ovpn
    
  • Installe Flameshot

    sudo apt update && sudo apt install flameshot -y
    
  • Installe Parsec

    wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installParsec.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
    
  • Installer Latex

    sudo apt update && sudo apt install texlive-full -y
    
  • Installe Java (AdoptOpenJDK)

    wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installJava.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
    
  • Installe OnlyOffice

    wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installOnlyOffice.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
    
  • Rajouter les raccourcis clavier

    • Pour ouvrir l'explorateur de fichiers : nautilus
    • Pour ouvrir l'application de capture d'écran : flameshot gui
Mémo de commandes utiles peu de temps après une réinstallation/mise à jour
    • Finaliser l'installation de Rust avec rustup
      set -Up fish_user_paths ~/.cargo/bin
      
    • Désactiver des éléments du "Bureau" dans Ubuntu
      sudo mv /usr/share/applications/debian-xterm.desktop /usr/share/applications_backup/