2024-05-29 16:04:52 +02:00
|
|
|
# ZSH
|
|
|
|
|
|
|
|
Shell par default du serveur cohabit.
|
2024-06-04 16:34:30 +02:00
|
|
|
|
|
|
|
## 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
|