add godmine

This commit is contained in:
Bruno Carlin 2017-02-20 16:20:30 +01:00
parent b2cdaa8ab7
commit 9c0362d9e0
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,4 @@
{
"endpoint": "https://alm.waarp.fr",
"apikey": "71526fd0c3a803b1fa90b9415908000dc28617e2"
}

View file

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
for app in fish lfm; do for app in fish lfm godmine systemd; do
stow -v -t $HOME $app stow -v -t $HOME $app
done done