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
Everything should be located in the
/etc/skel
folder.You need to create a link on the desktop for all users:
That will create a link on the desktop.
Here's few articles that will help you for what you need:
I think putting the various things you want to use in /etc/skel is the simplest.
The other option would be to script it.