« Ubuntu server 20.04 » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 14 : | Ligne 14 : | ||
<kode lang='bash'> | <kode lang='bash'> | ||
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | ||
</kode> | |||
= [https://help.ubuntu.com/community/FilePermissionsACLs ACL] = | |||
<kode lang='bash'> | |||
ai acl | |||
</kode> | </kode> |
Version du 10 mars 2023 à 10:26
Zsh
sudo apt install zsh zsh-autosuggestions zsh-syntax-highlighting # définir zsh comme shell par défaut pour l'utilisateur courant chsh -s /bin/zsh # se relogguer pour que le modification soit prise en compte # au premier lancement zsh-newuser-install se lance pour configurer Z Shell |
oh my zsh
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" |
ACL
ai acl |