i have on my server a settings i use for all my users. every time i create a new user i have to copy all the settings over and over.
for example:
- .vimrc.
- .profile
- .bashrc
- firefox homepage to our intranet
- evolution settings (server and username) etc...
i saw skel can do it, is there a easy way to setup a user with my settings when i adduser
?
thanks