server_config/zsh
2024-06-05 18:26:13 +02:00
..
zsh feat: add bash config to zsh 2024-06-04 16:39:54 +02:00
_deploy.sh feat: change default shell to zsh during zsh deploy 2024-06-05 18:26:13 +02:00
_install.sh fix: cache newly added apt source before install 2024-06-05 17:50:05 +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