Skip to content

sskender/zshrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

zshrc

zsh configuration

Quickstart

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

# clone repository
cd ~/Documents
git clone https://github.com/sskender/zshrc.git

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

# update
cd ~/Documents/zshrc
git pull