Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/keshav-space/home

Local Configurations
https://github.com/keshav-space/home

Last synced: 8 days ago
JSON representation

Local Configurations

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.