From 47b1a70ea408f853726ae1992d0da1999a99657a Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Tue, 4 Jun 2024 16:34:30 +0200 Subject: [PATCH] doc: update `zsh` readme --- zsh/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/zsh/README.md b/zsh/README.md index be1b3b2..8d7d5c8 100644 --- a/zsh/README.md +++ b/zsh/README.md @@ -1,3 +1,17 @@ # ZSH Shell par default du serveur cohabit. + +## Infos + +- `.zshrc` pour le `root`. +- Gestionnaire de plugin/themes... : [Oh-My-ZSH](https://ohmyz.sh/). +- Theme : `ys`. +- Plugins : (`sudo`, `zsh-syntax-highlighting`, `zsh-autosuggestions`, `fzf`, + `zoxide`). +- Alias utiles : + - `ls`, `ll`, `lt -L=$TREE_LEVEL` -> [eza](https://eza.rocks/) # Better `ls` + - `cat` -> [bat](https://github.com/sharkdp/bat) # Better `cat` + - `z` -> [zoxide](https://github.com/ajeetdsouza/zoxide) # Powerful `cd` + - `fzf` -> [fzf](https://github.com/junegunn/fzf) # Fuzzy finder + - `fp` -> `fzf` with file preview