WordPress theme header.php should I add title meta?

No you shouldn’t. This is not the theme’s job. Your theme’s header.php just needs to include wp_head(), which will allow WordPress and plugins to add any necessary tags to the <head>.