make sync generic
This commit is contained in:
parent
0b4d7609ac
commit
d10959609d
1 changed files with 1 additions and 1 deletions
2
sync.sh
2
sync.sh
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
for app in fish lfm godmine systemd ssh; do
|
for app in $(ls -d */ | sed -e 's#/##'); do
|
||||||
stow -v -t $HOME $app
|
stow -v -t $HOME $app
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue