Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eronana/zsh-config
https://github.com/eronana/zsh-config
zsh
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eronana/zsh-config
- Owner: Eronana
- Created: 2019-03-05T06:58:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T07:08:50.000Z (10 months ago)
- Last Synced: 2024-10-20T14:28:36.386Z (18 days ago)
- Topics: zsh
- Language: Shell
- Size: 40 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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" >> ~/.zshrcchsh -s $(which zsh)
```