ZSH con OH-MY-ZSH con powerlevel10K, también vim-airline, QuteBrowser y GOVIM
### ZSH con OH-MY-ZSH con powerlevel10K también vim-airline, QuteBrowser y GOVIM - https://wiki.archlinux.org/index.php/Zsh ### Como instalar? ``` yay -S zsh ``` ### mueve tu configuracion de .bashrc a .zshrc ``` vim ~/.bashrc vim ~/.zshrc ``` ``` autoload -Uz compinit promptinit compinit promptinit ``` ### Instalar las fuentes Meslo Nerd Font patched for Powerlevel. ``` yay -S ttf-meslo nerd-fonts-meslo ttf-menlo-powerline-git ttf-menlo-powerline-git ``` ### Primero leer el codigo... Nunca instalar nada de internet sin antes LEERLO: ``` curl -Lo install.sh https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh ``` ### Ahora que sabemos que no hay nada maligno podemos instalarlo: ``` sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" ``` ### Vamos a cambiar a zsh - instalar plugin powerlevel10k - existe powerlevel9k pero el 10K es un forki nuevo - https://github.com/romkatv/powerlevel10k ``` git clone --dep
↗https://kolektiva.media/w/uQ132PLmJoUNKWmZ3ftY7C