Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keshav-space/home
Local Configurations
https://github.com/keshav-space/home
Last synced: 8 days ago
JSON representation
Local Configurations
- Host: GitHub
- URL: https://github.com/keshav-space/home
- Owner: keshav-space
- License: apache-2.0
- Created: 2024-02-29T23:34:29.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T03:44:03.000Z (10 months ago)
- Last Synced: 2024-10-28T05:00:00.564Z (about 2 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Home Configurations
## Enable Client Side Git Hooks
1. Set a symbolic link to `~/githooks` from `./githooks`
```bash
ln -s ~//home/githooks ~/githooks
```2. Config Git to globally use ~/githooks
```bash
git config --global core.hooksPath ~/githooks
```
> [!Note]
> To bypass hooks use --no-verify flag while committing and pushing.