Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 722 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 722 Bytes

Joe Caprino's Configs

These configs work for zsh with oh-my-zsh. Everything needs a simlink.

The .zshenv loads the completions outside of zsh plugins.

fpath is for completion loading, path is for PATH.

Installation

Install zsh and oh-my-zsh prior to using these configs. Symlink the following:

cp -asf /home/ubuntu/configs/completions /home/ubuntu/.zsh
ln -sf /home/ubuntu/configs/.vimrc /home/ubuntu/.vimrc
ln -sf /home/ubuntu/configs/.zshenv /home/ubuntu/.zshenv
ln -sf /home/ubuntu/configs/.zshrc /home/ubuntu/.zshrc
ln -sf /home/ubuntu/configs/aliases.zsh /home/ubuntu/.oh-my-zsh/custom/aliases.zsh
ln -sf /home/ubuntu/configs/functions.zsh /home/ubuntu/.oh-my-zsh/custom/functions.zsh