Add a using to every script.

I’m a big fan of using System.Linq. Instead of writing it each time I create a script is there a way I can make this automatic like using System.Collections and UnityEngine?

Yes. Change the script template file (or add a new).

Unity uses those when creating new files.