dotfiles/OLD/recopy-skel

8 lines
146 B
Plaintext
Raw Normal View History

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