My C++ setup for personal projects
Here’s a quick overview of my repo setup for any new C++ projects that I create. I’m gonna start with an empty repo and bring it up to an initial stage where all my preferred tooling is available and ready.
Empty repo scaffolding
Here’s the link to the repo, if you’re not interested in the walk through.
Build system
Starting with an empty git repo, first thing I like to do is just to
create main.cpp
with an empty main
function. I use vim-luasnips so, creating that is instantaneous.