2016-01-23 00:58:21 +00:00
|
|
|
# ZSH
|
|
|
|
|
|
|
|
* oh-my-zsh. ([source][1])
|
|
|
|
* zsh-completions plugin. ([source][2])
|
|
|
|
|
2016-10-21 02:39:28 +00:00
|
|
|
## Install
|
|
|
|
|
2016-10-21 21:27:59 +00:00
|
|
|
### Main package
|
2016-01-23 00:58:21 +00:00
|
|
|
|
|
|
|
`pacman -S zsh`
|
|
|
|
|
|
|
|
`chsh -s /bin/zsh`
|
|
|
|
|
2016-10-21 02:39:28 +00:00
|
|
|
### oh-my-zsh
|
2016-01-23 00:58:21 +00:00
|
|
|
|
|
|
|
`git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh`
|
|
|
|
|
2016-10-21 02:39:28 +00:00
|
|
|
### zsh-completions plugin
|
2016-01-23 00:58:21 +00:00
|
|
|
|
|
|
|
`git clone https://github.com/zsh-users/zsh-completions
|
|
|
|
~/.oh-my-zsh/custom/plugins/zsh-completions`
|
|
|
|
|
2016-10-21 02:39:28 +00:00
|
|
|
## Configuration
|
2016-01-23 00:58:21 +00:00
|
|
|
|
2016-04-23 01:53:14 +00:00
|
|
|
`ln -s ~/.dotfiles/zsh/zshrc ~/.zshrc`
|
2016-01-23 00:58:21 +00:00
|
|
|
|
2016-10-21 02:39:28 +00:00
|
|
|
### Custom ZSH config
|
|
|
|
|
|
|
|
`ln -s ~/.dotfiles/zsh/alert.zsh ~/.oh-my-zsh/custom/alert.zsh`
|
|
|
|
|
|
|
|
`ln -s ~/.dotfiles/zsh/steam.zsh ~/.oh-my-zsh/custom/steam.zsh`
|
|
|
|
|
2016-01-23 00:58:21 +00:00
|
|
|
[1]: https://github.com/robbyrussell/oh-my-zsh
|
|
|
|
[2]: https://github.com/zsh-users/zsh-completions
|