Diferències
Ací es mostren les diferències entre la revisió seleccionada i la versió actual de la pàgina.
| linux:zsh:install [22/03/2020 05:04] – creat mate | linux:zsh:install [04/12/2025 23:58] (actual) – mate | ||
|---|---|---|---|
| Línia 3: | Línia 3: | ||
| * [[https:// | * [[https:// | ||
| * MAC: [[https:// | * MAC: [[https:// | ||
| - | | + | |
| - | * <code bash> | + | == install |
| + | | ||
| * instalación [[https:// | * instalación [[https:// | ||
| * establece por defecto: <code bash> | * establece por defecto: <code bash> | ||
| - | == install inicial | + | === install inicial |
| The function will not be run in future, but you can run it yourself as follows: | The function will not be run in future, but you can run it yourself as follows: | ||
| <code bash> | <code bash> | ||
| Línia 14: | Línia 15: | ||
| zsh-newuser-install -f | zsh-newuser-install -f | ||
| </ | </ | ||
| + | |||
| + | == plugins | ||
| + | <code properties ; ~/ | ||
| + | ZSH_THEME=" | ||
| + | plugins=( git colored-man-pages colorize zsh-syntax-highlighting vagrant zsh-autosuggestions timer ) | ||
| + | </ | ||
| + | |||
| + | === syntax highlighting | ||
| + | <code bash> | ||
| + | git clone https:// | ||
| + | </ | ||
| + | |||
| + | === autosuggestions | ||
| + | <code bash>git clone https:// | ||
| + | |||