Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente Dernière révision Les deux révisions suivantes | ||
install:zsh [2017/09/04 14:38] linkuff |
install:zsh [2019/05/10 10:43] linkuff |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | <code>brew install zsh | + | <code>sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"</code> |
- | chsh -s /bin/zsh</code> | + | <code>git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions |
+ | vi .zshrc</code> | ||
- | Basic installation de https://github.com/robbyrussell/oh-my-zsh | + | Ajouter à la fin : |
- | + | <code>source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh</code> | |
- | <code>brew install zsh-autosuggestions zsh-syntax-highlighting | + | |
- | vim .zshrc #modifier le thème</code> | + | |
- | + | ||
- | http://ohmyz.sh | + |