Add easy cmd to use this repo
This commit is contained in:
parent
a075d4081f
commit
c0b2749ac9
1 changed files with 10 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# Configuration perso pour Linux
|
||||||
|
|
||||||
|
`wget https://git.kennel.ml/Anri/linuxConfig/src/branch/main/uninstallFirefox.sh -O tmp.sh && chmod u+x tmp.sh && ./tmp.sh && rm tmp.sh`
|
||||||
|
> Désinstalle Firefox
|
||||||
|
|
||||||
|
`wget https://git.kennel.ml/Anri/linuxConfig/src/branch/main/installBrave.sh -O tmp.sh && chmod u+x tmp.sh && ./tmp.sh && rm tmp.sh`
|
||||||
|
> Installe Brave
|
||||||
|
|
||||||
|
`wget https://git.kennel.ml/Anri/linuxConfig/src/branch/main/installFish.sh -O tmp.sh && chmod u+x tmp.sh && ./tmp.sh && rm tmp.sh`
|
||||||
|
> Installe et configure Fish ainsi que le SSH dans Fish
|
Reference in a new issue