Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eronana/zsh-config


https://github.com/eronana/zsh-config

zsh

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

zsh-config
====
## Requirements
- zsh
- [thefuck](https://github.com/nvbn/thefuck)
- [autojump](https://github.com/wting/autojump)

## Installation
```bash
git clone https://github.com/eronana/zsh-config.git

# echo "source $(pwd)/zsh-config/zshrc.linux" >> ~/.zshrc
echo "source $(pwd)/zsh-config/zshrc.macos" >> ~/.zshrc

chsh -s $(which zsh)
```