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

11 lines
573 B
Markdown
Raw Normal View History

2021-11-08 15:50:48 +01:00
# Configuration perso pour Linux
2021-11-08 15:53:50 +01:00
- Désinstalle Firefox
2021-11-08 16:19:12 +01:00
> `wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/uninstallFirefox.sh -O tmp.sh && bash tmp.sh; rm tmp.sh`
2021-11-08 15:50:48 +01:00
2021-11-08 15:53:50 +01:00
- Installe Brave
2021-11-08 16:19:12 +01:00
> `wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installBrave.sh -O tmp.sh && bash tmp.sh; rm tmp.sh`
2021-11-08 15:50:48 +01:00
2021-11-08 15:53:50 +01:00
- Installe et configure Fish ainsi que le SSH dans Fish
2021-11-08 16:19:12 +01:00
> `wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installFish.sh -O tmp.sh && bash tmp.sh; rm tmp.sh`