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. = ZSH install * [[https://geekytheory.com/como-instalar-oh-my-zsh-en-ubuntu]] * [[https://blog.armesto.net/sacale-el-maximo-partido-a-tu-terminal-con-zsh/]] * MAC: [[https://sourabhbajaj.com/mac-setup/iTerm/zsh.html]] == install * <code bash>sudo apt install -y fonts-powerline fonts-font-awesome zsh</code> * instalación [[https://ohmyz.sh/|Oh My ZSH]]: <code bash>sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"</code> * establece por defecto: <code bash>chsh -s $(which zsh)</code> === install inicial The function will not be run in future, but you can run it yourself as follows: <code bash> autoload -Uz zsh-newuser-install zsh-newuser-install -f </code> == plugins <code properties ; ~/.zshrc> ZSH_THEME="agnoster" plugins=( git colored-man-pages colorize zsh-syntax-highlighting vagrant zsh-autosuggestions timer ) </code> === syntax highlighting <code bash>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 </code> === autosuggestions <code bash>git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions</code> linux/zsh/install.txt Darrera modificació: 04/12/2025 23:58per mate