server_config/zsh/README.md

599 B

ZSH

Shell par default du serveur cohabit.

Infos

  • .zshrc pour le root.
  • Gestionnaire de plugin/themes... : Oh-My-ZSH.
  • Theme : ys.
  • Plugins : (sudo, zsh-syntax-highlighting, zsh-autosuggestions, fzf, zoxide).
  • Alias utiles :
    • ls, ll, lt -L=$TREE_LEVEL -> eza # Better ls
    • cat -> bat # Better cat
    • z -> zoxide # Powerful cd
    • fzf -> fzf # Fuzzy finder
    • fp -> fzf with file preview