Skip to content

Instantly share code, notes, and snippets.

View ritchielrez's full-sized avatar
🎯
Focusing

RitchielRez ritchielrez

🎯
Focusing
  • Oshawa, Canada
  • 05:08 (UTC -05:00)
View GitHub Profile
@Cardoso1994
Cardoso1994 / zathura_gruvbox_material
Last active September 27, 2025 02:09
Gruvbox Material color configuration for Zathura. Material Soft light and dark variants
###############################################################################
# Zathura Gruvbox Material Dark
#
# Material Soft Variant
# Inspired by: https://github.com/sainnhe/gruvbox-material
#
# Written by: Marco Antonio Cardoso Moreno
#
###############################################################################
-nostdlibinc
-I/home/uchan/osbook/devenv/x86_64-elf/include
-I/home/uchan/osbook/devenv/x86_64-elf/include/c++/v1
-I.
-D__ELF__
-D_LIBCPP_HAS_NO_THREADS
-O2
-Wall
-g
--target=x86_64-elf
@timabell
timabell / vs-bash-console.bat
Created May 7, 2012 11:59
batch script for loading git-bash and the vs tools in the same window
@echo off
REM batch script for loading git-bash and the vs tools in the same window
REM inspiration: http://www.drrandom.org/post/2011/11/16/Grappling-with-multiple-remotes-in-git-tfs.aspx
RME screenshot: https://twitter.com/#!/tim_abell/status/199474387731226624/photo/1
%HOMEDRIVE%
cd %HOMEPATH%
call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
echo Use full exe names when running under bash, e.g. "msbuild.exe"
echo Loading bash, you may now use git and msbuild in the same console \o/.
"C:\Program Files (x86)\Git\bin\sh.exe" --login -i