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.
manjaroConfiguration/README.md
2021-11-08 16:19:12 +01:00

10 lines
573 B
Markdown

# 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`