/zsh_config

My ZSH Configuration

Primary LanguageShell

Personal ZSH Configuration

Installation

# Goto home:
cd

# Move ~/.zshrc:
mv ~/.zshrc ~/.zshrc.old

# Clone this repo in your home:
git clone git@github.com:AlexlHer/zsh_config.git .pzc

# Copy ~/.pzc/home.zshrc to ~/.zshrc:
cp ~/.pzc/home.zshrc ~/.zshrc

# Edit "~/.zshrc":
# Search "[TODO]" to find lines to edit.
vim ~/.zshrc

Update

cd ~/.pzc
git stash
git pull
git stash pop

Optional progs