server_config/zsh
2024-06-05 21:52:39 +02:00
..
zsh fix: setup zsh theme before sourcing oh-my-zsh 2024-06-05 21:52:39 +02:00
_deploy.sh fix: replace zsh-syntax-highlighting from apt to git clone 2024-06-05 21:04:23 +02:00
_install.sh fix: promptless install oh-my-zsh 2024-06-05 18:35:38 +02:00
README.md doc: update zsh readme 2024-06-04 16:34:30 +02:00

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