From 46cecf0b7b29de7ecfcb0cf429dba586b59174d8 Mon Sep 17 00:00:00 2001 From: Anri Date: Tue, 9 Nov 2021 13:49:43 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0ea392e..9239bd2 100644 --- a/README.md +++ b/README.md @@ -43,14 +43,17 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu ```bash 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](https://apt.syncthing.net/) et le [lance au démarrage](https://docs.syncthing.net/users/autostart.html#how-to-set-up-a-system-service) ```bash 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](https://gl4d.api8.fr/FR/gl4d.pdf) ```bash 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 ```bash 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 @@ -60,16 +63,22 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu ```bash 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 ```bash # En SSH au serveur, dans le dossier d'openvpn docker-compose run --rm openvpn ovpn_getclient anri > anri.ovpn ``` + - Installe Flameshot ```bash sudo apt update && sudo apt install flameshot -y ``` +- Installe Parsec + ```bash + ``` + - Rajouter les raccourcis clavier - Pour ouvrir l'explorateur de fichiers : `nautilus` - Pour ouvrir l'application de capture d'écran : `flameshot gui`