An open API service indexing awesome lists of open source software.

https://github.com/sskender/zshrc

zsh & ohmyzsh configuration
https://github.com/sskender/zshrc

dotfiles gruvbox linux neovim ohmyzsh ohmyzsh-customize terminal tmux unixporn vim zsh zsh-configuration zshell zshrc

Last synced: 3 months ago
JSON representation

zsh & ohmyzsh configuration

Awesome Lists containing this project

README

          

# zshrc

zsh configuration

## Quickstart

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

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

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

# update
cd ~/Documents/zshrc
git pull
```