add godmine
This commit is contained in:
parent
b2cdaa8ab7
commit
9c0362d9e0
2 changed files with 5 additions and 1 deletions
4
godmine/.config/godmine/settings.json
Normal file
4
godmine/.config/godmine/settings.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"endpoint": "https://alm.waarp.fr",
|
||||
"apikey": "71526fd0c3a803b1fa90b9415908000dc28617e2"
|
||||
}
|
2
sync.sh
2
sync.sh
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
for app in fish lfm; do
|
||||
for app in fish lfm godmine systemd; do
|
||||
stow -v -t $HOME $app
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue