Skip to content

Instantly share code, notes, and snippets.

View ludwigtuerme's full-sized avatar
🎩
Du bi du bi du ba

Luis Torres ludwigtuerme

🎩
Du bi du bi du ba
View GitHub Profile
@ludwigtuerme
ludwigtuerme / SumatraPDF-settings.txt
Created December 19, 2023 01:20 — forked from Mark-Han/SumatraPDF-settings.txt
my user setting file for Sumatra, the PDF viewer on Windows
# For documentation, see http://www.sumatrapdfreader.org/settings3.2.html
MainWindowBackground = #000000
EscToExit = true
ReuseInstance = false
UseSysColors = true
RestoreSession = true
FixedPageUI [
TextColor = #000000
@ludwigtuerme
ludwigtuerme / Makefile
Last active April 4, 2023 13:18 — forked from bbl/Makefile
Get Makefile root directory absolute path
ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
test:
@echo $(ROOT_DIR)