Skip to content

Instantly share code, notes, and snippets.

View luismtorresv's full-sized avatar
🌹

Luis M. Torres V. luismtorresv

🌹
  • Medellín, Colombia
  • 05:06 (UTC -05:00)
View GitHub Profile
@luismtorresv
luismtorresv / 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
@luismtorresv
luismtorresv / 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)