« Ubuntu server 20.04 » : différence entre les versions

De Banane Atomic
Aller à la navigationAller à la recherche
(Page créée avec « Category:Ubuntu = Zsh = <kode lang='bash'> sudo apt install zsh zsh-autosuggestions zsh-syntax-highlighting </kode> »)
 
 
(7 versions intermédiaires par le même utilisateur non affichées)
Ligne 3 : Ligne 3 :
<kode lang='bash'>
<kode lang='bash'>
sudo apt install zsh zsh-autosuggestions zsh-syntax-highlighting
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
</kode>
== [https://github.com/ohmyzsh/ohmyzsh oh my zsh] ==
<kode lang='bash'>
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
</kode>
= [[Bash_command_line#ACL_-_Access_Control_Lists|ACL]] =
<kode lang='bash'>
ai acl
</kode>
= [[Logrotate]] =
<kode lang='bash'>
ai logrotate
</kode>
</kode>

Dernière version du 10 mars 2023 à 14:07

Zsh

Bash.svg
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

Bash.svg
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

ACL

Bash.svg
ai acl

Logrotate

Bash.svg
ai logrotate