Skip to content

Instantly share code, notes, and snippets.

@andresfelipemendez
Created April 14, 2019 16:09
Show Gist options
  • Save andresfelipemendez/3af329956011b16d5a8a3a9163addcf0 to your computer and use it in GitHub Desktop.
Save andresfelipemendez/3af329956011b16d5a8a3a9163addcf0 to your computer and use it in GitHub Desktop.
clone my cpp bootstrap
@echo off
git init
git remote add bootstrap git@github.com:andresfelipemendez/cppbootstrap.git
git fetch
git pull bootstrap master
curl -sL https://github.com/catchorg/Catch2/releases/download/v2.7.1/catch.hpp > catch.hpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment