Add A Shader to a camera?

I very new with Shaders and want to know how to add one to my camera so I dont have to add one to every object in my scene. Is there a way of doing this?

You need to look at Camera.RenderWithShader. You do it from code and give it a shader. The post image effects are good examples