add sync to run stow on everything
This commit is contained in:
parent
5a30320b9f
commit
45d471ce7e
1 changed files with 5 additions and 0 deletions
5
sync.sh
Executable file
5
sync.sh
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
for app in fish lfm; do
|
||||||
|
stow -v -t $HOME $app
|
||||||
|
done
|
Loading…
Add table
Reference in a new issue