Newer
Older
sys.usr-koeki / bin / skelupdate
@HIROSE Yuuji HIROSE Yuuji on 20 May 2023 218 bytes Separate mount task to other script
#!/usr/local/bin/zsh -f
#
# NEED sudo with NOPASSWD option!!!
#
[ x`id -u` = x'0' ] && exit
setopt extended_glob

# Update from /etc/skel
(cd /etc/skel
 sudo syspull
 rsync -auH .mozc .mlterm .fvwm2rc .xmodmap $HOME
)