How do I override all stylesheets and scripts without a plugin

WordPress plugins usually enqueue’s their stylesheets and js files using wp_enqueue_style and wp_enqueue_script functions. You can dequeue script / dequeue style the scripts/styles if you don’t want them in your theme. These css/js files usually loads with wp_head() action, which usually resides in your header.php in the theme