mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 17:46:14 +01:00
8 lines
146 B
Bash
Executable file
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/*
|