zshrc

zsh & ohmyzsh configuration

Stars
1
Committers
1

zshrc

zsh configuration

Quickstart

# backup old configuration (optional)
mv ~/.zshrc ~/.zshrc.bkp

# clone repository
cd ~/Documents
git clone [email protected]:sskender/zshrc.git

# link zshrc file
ln -s ~/Documents/zshrc/zshrc ~/.zshrc

# update
cd ~/Documents/zshrc
git pull