dotfiles/zsh
2016-10-22 10:27:59 +13:00
..
alert.zsh Initial commit. 2016-01-23 13:58:21 +13:00
README.md Minor cleanup 2016-10-22 10:27:59 +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

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

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