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-08 16:21:36 +01:00
.config/fish remove a parameter for the ls command 2021-11-08 16:21:36 +01:00
.ssh Add my SSH config 2021-11-08 15:32:43 +01:00
installBrave.sh Script from Brave website to install their webrowser 2021-11-08 15:34:11 +01:00
installFish.sh Mise à jour de 'installFish.sh' 2021-11-08 16:03:28 +01:00
README.md useless r parameter 2021-11-08 16:19:12 +01:00
uninstallFirefox.sh Script removing snap version of firefox 2021-11-08 15:46:59 +01:00

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 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 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 tmp.sh