simplify
This commit is contained in:
parent
cef03fb9a3
commit
8dcd514fa3
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Téléchargement et utilisation
|
||||
|
||||
- Téléchargez [`updateVSCodium.sh`](https://gitlab.com/Mylloon/downloadcodium/-/raw/main/updateVSCodium.sh?inline=false), autorisez-le à s'executer (`chmod u+x updateVSCodium.sh`) et lancez-le (`./updateVSCodium.sh`).
|
||||
- Téléchargez [`updateVSCodium.sh`](https://gitlab.com/Mylloon/downloadcodium/-/raw/main/updateVSCodium.sh?inline=false) et lancez-le (`bash updateVSCodium.sh`).
|
||||
|
||||
Résultat :
|
||||
```
|
||||
|
@ -29,8 +29,6 @@ Dans `~/.bashrc` ou `~/.zshrc` :
|
|||
alias updateCodium="$HOME/.secret/downloadVSCodium.sh"
|
||||
alias code="$HOME/VSCodium.AppImage --no-sandbox"
|
||||
```
|
||||
Après ça, redémarrez Bash/ZSH (votre shell) et écrivez `updateCodium` pour mettre-à-jour/installer Codium.
|
||||
|
||||
|
||||
### Avec Fish
|
||||
Dans `~/.config/fish/config.fish` :
|
||||
|
@ -38,7 +36,9 @@ Dans `~/.config/fish/config.fish` :
|
|||
abbr updateCodium '$HOME/.secret/downloadVSCodium.sh'
|
||||
abbr code '$HOME/VSCodium.AppImage --no-sandbox'
|
||||
```
|
||||
Après ça, redémarrez Fish (votre shell) et écrivez `updateCodium` pour mettre-à-jour/installer Codium.
|
||||
|
||||
|
||||
Après ça, redémarrez votre shell et écrivez `updateCodium` pour mettre-à-jour/installer Codium.
|
||||
|
||||
|
||||
## Avoir des extensions utile même avec Codium
|
||||
|
|
Reference in a new issue