I hereby claim:
- I am firat on github.
- I am fcb (https://keybase.io/fcb) on keybase.
- I have a public key ASAsbFkHgifaxFJI1iFreHDNIpREjL9BlFPfKOxw0PQLpgo
To claim this, I am signing this object:
| # Base16 Gruvbox dark, hard 256 - alacritty color config | |
| # Dawid Kurek ([email protected]), morhetz (https://github.com/morhetz/gruvbox) | |
| colors: | |
| # Default colors | |
| primary: | |
| background: '0x1d2021' | |
| foreground: '0xd5c4a1' | |
| # Colors the cursor will use if `custom_cursor_colors` is true | |
| cursor: |
| (gdb) where | |
| #0 0x00007ff7aecd8f78 in _gtk_widget_get_style_context (widget=<optimized out>) at gtkwidget.c:15614 | |
| #1 0x00007ff7aecd8f78 in _gtk_widget_set_simple_clip (widget=widget@entry=0x0, content_clip=content_clip@entry=0x0) at gtkwidget.c:15619 | |
| #2 0x00007ff7aea67865 in gtk_box_size_allocate_with_center (widget=<optimized out>, allocation=<optimized out>) at gtkbox.c:1189 | |
| #3 0x00007ff7aea68485 in gtk_box_allocate_contents (gadget=<optimized out>, allocation=0x7ffc4ebbd590, baseline=<optimized out>, out_clip=0x7ffc4ebbd5b0, unused=<optimized out>) at gtkbox.c:1204 | |
| #4 0x00007ff7aeabf959 in gtk_css_gadget_allocate (gadget=0xd91470 [GtkCssCustomGadget], allocation=allocation@entry=0x7ffc4ebbd6c0, baseline=-1, out_clip=out_clip@entry=0x7ffc4ebbd610) at gtkcssgadget.c:790 | |
| #5 0x00007ff7aea69879 in gtk_box_size_allocate (widget=0xbd1570 [gtkmm__GtkBox], allocation=0x7ffc4ebbd6c0) at gtkbox.c:1220 | |
| #6 0x00007ff7aecd291a in gtk_widget_size_allocate_with_baseline (widget=widget@entry=0xbd1570 [gtkmm__GtkBox], |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| # Some things taken from here | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # Set the colours you can use | |
| black='\033[0;30m' | |
| white='\033[0;37m' | |
| red='\033[0;31m' | |
| green='\033[0;32m' |
| #!/usr/bin/env sh | |
| ## | |
| # This is script with usefull tips taken from: | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # | |
| # install it: | |
| # curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
| # |