Update README.md
parent
2f8501d82b
commit
3528379020
14
README.md
14
README.md
|
@ -107,4 +107,16 @@ The `~/.init_config.sh` script will copy relevant files (laptop or desktop) in t
|
|||
|
||||
Example : see `~/.config/lightdm` directory.
|
||||
|
||||
Note this is a quick and quite dirty solution.
|
||||
### Git Hook
|
||||
|
||||
You may want to add a file named `post-merge` in `~/.cfg/hooks` with contains something like :
|
||||
|
||||
```bash
|
||||
#!/bin/sh
|
||||
|
||||
exec ~/.init_config.sh <whatever you environment is>
|
||||
```
|
||||
|
||||
When you pull, changes are applied automagically.
|
||||
|
||||
Note this is a quick and quite dirty solution.
|
||||
|
|
Loading…
Reference in New Issue