Mostra la pàginaRevisions anteriorsQuè hi enllaçaExporta a PDFTorna dalt Aquesta pàgina és només de lectura. Podeu veure'n el codi font, però no podeu canviar-la. Consulteu el vostre administrador si penseu que això és degut a algun error. = Linux install ZSH <code bash> sudo apt install -y fonts-powerline fonts-font-awesome zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" chsh -s $(which zsh) sudo apt-get install -y zsh-syntax-highlighting git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM}/plugins/zsh-syntax-highlighting git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions </code> <code properties ; .zshrc> ZSH_THEME="agnoster" plugins=( git colored-man-pages colorize zsh-syntax-highlighting vagrant zsh-autosuggestions timer ) </code> install/zsh.txt Darrera modificació: 28/06/2026 20:28per mate