The goal of this repo is to simplify my developer experience, and I hope these help others focus on coding too.
- Misc: Currently contains my IDE settings and extensions I use.
- Project Skeletons: Various skeletons to start new projects
- Useful Shells: Shell scripts I use to configure stuff (my dev env and git for now)
I started this repo when I was struggling with setting up my dev environment for Ubuntu on WSL1. I blindly followed steps online, broke my environment, and had to do so many resets I decided to just automate the process with shell scripts.
Lately, I realized I shouldn't spend so much time trying to configure the right environment/setup, but rather, focus on coding. I hope these help people launch new apps faster with configuration beyond a simple npx create-react-app
to ensure quality control and better coding practices.