Zsh
De Linuxmemo.
(Différences entre les versions)
(→"oh-my-zsh") |
(→"oh-my-zsh") |
||
Ligne 22 : | Ligne 22 : | ||
*Acitivation des Thèmes et des plugins | *Acitivation des Thèmes et des plugins | ||
Via ~/.zshrc | Via ~/.zshrc | ||
+ | |||
+ | *liste des thèmes | ||
+ | https://github.com/robbyrussell/oh-my-zsh/wiki/Themes | ||
+ | *Liste des plugins | ||
+ | https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins |
Version du 25 mars 2016 à 14:00
Install
apt-get install zsh
Config
~/.zshrc
"oh-my-zsh"
.zshrc tout prèt et ultra complet (thèmes, plugins...)
- url site
- install
via curl sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" via wget sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
Clonage Git dans '/home/user/.oh-my-zsh'... Looking for an existing zsh config... Found ~/.zshrc. Backing up to ~/.zshrc.pre-oh-my-zsh Using the Oh My Zsh template file and adding it to ~/.zshrc Copying your current PATH and adding it to the end of ~/.zshrc for you. Time to change your default shell to zsh!
- Acitivation des Thèmes et des plugins
Via ~/.zshrc
- liste des thèmes
https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
- Liste des plugins