Skip to content

Instantly share code, notes, and snippets.

View schuberty's full-sized avatar
:bowtie:

G. Schubert schuberty

:bowtie:
  • EU
  • 19:24 (UTC)
View GitHub Profile
@schuberty
schuberty / Makefile
Created April 15, 2021 21:47
Makefile for
# Makefile used for building C-Fortran program.
CC = gcc
GC = gfortran
CFLAGS = -Wall -g
OBJ = ./objs/
SRC = ./src/
@schuberty
schuberty / Guide.md
Last active March 16, 2022 22:55
Installing and Setting Up: WSL 2 with Debian, Flutter, VSCode and Oh-My-Posh

Guide to WSL2 with Debian, FLutter, VSCode and Oh-My-Posh!

Need to have:

  1. WSL 2 installed and updated;
  2. VSCode on Windows.

Setting-up Debian with WSL 🤓

It's easy-peasy, 🍋 squeezy! Just use: