]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/git.json
Add files for git & gitkraken + update php (#479)
[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/.git-credentials",
11 "movable": true,
12 "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/credentials_.\n"
13 },
14 {
15 "path": "$HOME/.gitk",
16 "movable": true,
17 "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/gitk_.\n"
18 },
19 {
20 "path": "$HOME/.gitignore",
21 "movable": true,
22 "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/ignore_.\n"
23 }
24 ]
25 }