dotfiles/OLD/recopy-skel
2020-04-08 02:07:43 +02:00

8 lines
146 B
Bash
Executable file

#!/bin/bash
shopt -s dotglob
rsync -r --perms --chmod=D770,F660 --chown="${USER}:${USER}" "/etc/skel/"* "${HOME}"
chmod u+x,g+x ~/.local/bin/*