]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/git.json
Flake cleanup and make usable in a system configuration (#316)
[xdg-ninja.git] / programs / git.json
1 {
2 "name": "git",
3 "files": [
4 {
5 "path": "$HOME/.gitconfig",
6 "movable": true,
7 "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/config_.\n"
8 },
9 {
10 "path": "$HOME/.gitignore",
11 "movable": true,
12 "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/ignore_.\n"
13 },
14 {
15 "path": "$HOME/.git-credentials",
16 "movable": true,
17 "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/credentials_.\n"
18 }
19 ]
20 }