linux:zsh:install

Diferències

Ací es mostren les diferències entre la revisió seleccionada i la versió actual de la pàgina.

Enllaç a la visualització de la comparació

linux:zsh:install [22/03/2020 05:04] – creat matelinux:zsh:install [04/12/2025 23:58] (actual) mate
Línia 3: Línia 3:
   * [[https://blog.armesto.net/sacale-el-maximo-partido-a-tu-terminal-con-zsh/]]   * [[https://blog.armesto.net/sacale-el-maximo-partido-a-tu-terminal-con-zsh/]]
   * MAC: [[https://sourabhbajaj.com/mac-setup/iTerm/zsh.html]]   * MAC: [[https://sourabhbajaj.com/mac-setup/iTerm/zsh.html]]
-  * <code bash>sudo apt install fonts-powerline</code> + 
-  * <code bash>sudo apt install zsh</code>+== 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>   * 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>   * establece por defecto: <code bash>chsh -s $(which zsh)</code>
  
-== 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
 </code> </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.1584878690.txt.gz
  • Darrera modificació: 22/03/2020 05:04
  • per mate