dotfiles/zsh
2016-10-22 07:30:35 +13:00
..
alert.zsh Initial commit. 2016-01-23 13:58:21 +13:00
README.md Remove bash, xfce4 & obsolete ssh-agent.zsh 2016-10-22 07:30:35 +13:00
steam.zsh Refactor zsh configuration 2016-10-21 15:39:28 +13:00
zlogin Revert to XFCE4 and autostart: ssh-agent, gnome keyring daemon & urxvtd 2016-08-03 07:52:38 +12:00
zshrc Refactor zsh configuration 2016-10-21 15:39:28 +13:00

ZSH

Install

ZSH

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