Skip to content

Instantly share code, notes, and snippets.

View ZWindL's full-sized avatar
🥱
摸鱼,摸鱼,还是摸鱼……

zwindl ZWindL

🥱
摸鱼,摸鱼,还是摸鱼……
View GitHub Profile
@ZWindL
ZWindL / PKGBUILD
Created August 8, 2017 05:32
pkgbuild for gdbgui
#!/usr/bin/env bash
#pip2pkgbuild gdbgui -l -d python python-eventlet python-flask python-flask-socketio python-pygdbmi python-pypugjs python-enum-compat python-gevent python-pygments
pip2pkgbuild gdbgui -l -d python python-flask python-pygdbmi python-pypugjs python-flask-socketio python-gevent python-eventlet python-pygments
sed -i 's/unknown/GPL3/' ./PKGBUILD
rm .SRCINFO
makepkg --printsrcinfo > .SRCINFO
@ZWindL
ZWindL / .color_coded
Created December 13, 2016 03:27
Srain's color coded config file
-fcolor-diagnostics
-isystem/usr/include/c++/6.2.1/
-isystem/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/include
-I./inc
-pthread
-I/usr/include/gtk-3.0
-I/usr/include/at-spi2-atk/2.0
-I/usr/include/at-spi-2.0
-I/usr/include/dbus-1.0
-I/usr/lib/dbus-1.0/include
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<!-- Use embedded bitmaps in fonts like Calibri? -->
<match target="font" >
<test qual="all" name="family" compare="not_eq">
<string>Noto Color Emoji</string>
</test>
<edit name="embeddedbitmap" mode="assign">

Keybase proof

I hereby claim:

  • I am zwindl on github.
  • I am zwindl (https://keybase.io/zwindl) on keybase.
  • I have a public key ASCqwRd8D7Lz32sTl8AA7is_A4D-9FcwlLoAh4ew7SSUkAo

To claim this, I am signing this object:

@ZWindL
ZWindL / 51-noto-color-emoji.conf.xml
Created September 27, 2016 15:55 — forked from hexchain/51-noto-color-emoji.conf.xml
Emoji on Linux desktop. Use with aur/cairo-coloredemoji.
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/conf.avail/51-noto-color-emoji.conf -->
<fontconfig>
<selectfont>
<acceptfont>
<pattern>
<patelt name="family"><string>Noto Color Emoji</string></patelt>
</pattern>
</acceptfont>