dotfiles/zsh
2016-07-16 02:35:17 +12:00
..
alert.zsh Initial commit. 2016-01-23 13:58:21 +13:00
README.md Updated link syntax in all README files & added golang 2016-04-23 13:53:14 +12:00
ssh-agent.zsh Initial commit. 2016-01-23 13:58:21 +13:00
zlogin update sway+zsh config 2016-07-16 02:35:17 +12:00
zshrc Updated link syntax in all README files & added golang 2016-04-23 13:53:14 +12:00

ZSH

Install & use zsh

pacman -S zsh

chsh -s /bin/zsh

Install oh-my-zsh

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

Install zsh-completions plugin

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

Create a symlink for .zshrc

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

Create a symlink for .zlogin

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

Add .zsh files to ~/.oh-my-zsh/custom

ln -s ~/.dotfiles/zsh/alert.zsh ~/.oh-my-zsh/custom/alert.zsh

ln -s ~/.dotfiles/zsh/ssh-agent.zsh ~/.oh-my-zsh/custom/ssh-agent.zsh