add sync to run stow on everything

This commit is contained in:
Bruno Carlin 2017-02-20 10:33:18 +01:00
parent 5a30320b9f
commit 45d471ce7e

5
sync.sh Executable file
View file

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