If you get deeply excited about config files, sure, go right ahead and set up the dev env without help.
pacman -S git vim gcc make gtest
That is about it. No stinkin' config files needed. Initial Makefile is about 15 lines long, I can type it myself or copy something from another project.
pacman -S git vim gcc make gtest
That is about it. No stinkin' config files needed. Initial Makefile is about 15 lines long, I can type it myself or copy something from another project.