dotfiles/zsh
George Rawlinson 0561929428 Remove old references to manual ZSH plugin installation 2016-10-22 11:21:08 +13:00
..
README.md Remove old references to manual ZSH plugin installation 2016-10-22 11:21:08 +13:00
alert.zsh Initial commit. 2016-01-23 13:58:21 +13:00
steam.zsh Refactor zsh configuration 2016-10-21 15:39:28 +13:00
zshrc Minor cleanup 2016-10-22 10:27:59 +13:00

README.md

ZSH

Install

Main package

pacman -S zsh

chsh -s /bin/zsh

oh-my-zsh

git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh

zsh-completions plugin

git clone https://github.com/zsh-users/zsh-completions ~/.oh-my-zsh/custom/plugins/zsh-completions

Configuration

ln -s ~/.dotfiles/zsh/zshrc ~/.zshrc