582 B
582 B
Configuration perso pour Linux
-
Désinstalle Firefox
wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/uninstallFirefox.sh -O tmp.sh && bash tmp.sh; rm -r tmp.sh
-
Installe Brave
wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installBrave.sh -O tmp.sh && bash tmp.sh; rm -r tmp.sh
-
Installe et configure Fish ainsi que le SSH dans Fish
wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installFish.sh -O tmp.sh && bash tmp.sh; rm -r tmp.sh