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
80c7176887
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
add ssh
2017-02-20 16:55:43 +01:00
for
app in fish lfm godmine systemd ssh
;
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