Skip to content
View schimpf's full-sized avatar
👋
Hey
👋
Hey

Block or report schimpf

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. vim vim Public

    my collection of vim plugins together with my .vimrc

    Vim Script 2

  2. Collection of some gems I use in man... Collection of some gems I use in many projects
    1
    gem 'bitfields'
    2
    gem 'bootstrap', '~> 4.3.1'
    3
    gem 'bson_ext'
    4
    gem 'carrierwave', '>= 2.0.0.rc', '< 3.0'
    5
    gem 'carrierwave-imageoptimizer'
  3. bspwm configuration bspwm configuration
    1
    #! /bin/sh
    2
    export XDG_CONFIG_HOME="$HOME/.config"
    3
    eval "$(ssh-agent)"
    4
    
                  
    5
    xrandr --output HDMI-A-0 --right-of HDMI-A-1 --rotate right
  4. amcharts-rails amcharts-rails Public

    Forked from crazymykl/amcharts-rails

    Integrates amCharts javascript charts with rails.

    Ruby