ZSH install

  • sudo apt install -y fonts-powerline fonts-font-awesome zsh
  • instalación Oh My ZSH:
    sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
  • establece por defecto:
    chsh -s $(which zsh)

The function will not be run in future, but you can run it yourself as follows:

  autoload -Uz zsh-newuser-install
  zsh-newuser-install -f
; ~/.zshrc
ZSH_THEME="agnoster"
plugins=( git colored-man-pages colorize zsh-syntax-highlighting vagrant zsh-autosuggestions timer )
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
  • linux/zsh/install.txt
  • Darrera modificació: 04/12/2025 23:58
  • per mate