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

https://github.com/fgasper/felipe-zsh

My ZSH preferences
https://github.com/fgasper/felipe-zsh

Last synced: 12 months ago
JSON representation

My ZSH preferences

Awesome Lists containing this project

README

          

1. Clone this repo to `~/.zsh`.

2. Set this in `~/.zshrc`:
```
fpath=(~/.zsh/functions $fpath)

for FILE in ~/.zsh/*.zsh; do
source $FILE
done
```