Para um esqueleto padrão do diretório home, no linux você tem "/ etc / skel /" dir.
Alguns trechos de aqui :
The /etc/skel directory contains files and directories that are automatically copied over to a new user's home directory when such user is created by the useradd program.
/etc/skel allows a system administrator to create a default home directory for all new users on a computer or network and thus to make certain that all users begin with the same settings or environment.
Isto é de um clone rhel7:
# ls -la /etc/skel/
total 28
drwxr-xr-x. 2 root root 4096 Apr 1 2015 .
drwxr-xr-x. 140 root root 12288 Nov 6 11:52 ..
-rw-r--r--. 1 root root 18 Mar 6 2015 .bash_logout
-rw-r--r--. 1 root root 193 Mar 6 2015 .bash_profile
-rw-r--r--. 1 root root 231 Mar 6 2015 .bashrc
Você pode adicionar o que quiser aqui e ele será copiado para o diretório home de todos os novos usuários