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
- Host: GitHub
- URL: https://github.com/fgasper/felipe-zsh
- Owner: FGasper
- Created: 2023-01-19T14:57:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T15:13:04.000Z (over 2 years ago)
- Last Synced: 2025-02-02T20:51:09.073Z (over 1 year ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```