This website requires JavaScript.
Explore
Help
Sign in
sysadmin
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
1
Activity
4ec863cd91
dotfiles
/
sync.sh
6 lines
88 B
Bash
Raw
Normal View
History
Unescape
Escape
add sync to run stow on everything
2017-02-20 10:33:18 +01:00
#!/bin/bash
make sync generic
2017-02-20 17:25:56 +01:00
for
app in
$(
ls -d */
|
sed -e
's#/##'
)
;
do
add sync to run stow on everything
2017-02-20 10:33:18 +01:00
stow -v -t
$HOME
$app
done
Reference in a new issue
Copy permalink