Skip to content
View leomilrib's full-sized avatar
🏴
🏴

Block or report leomilrib

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. junkie junkie Public

    A simple Sinatra app to check open Pull Requests on your organizations in one place

    Ruby 10 4

  2. dbus setting for media keys dbus setting for media keys
    1
    --------------------------------------------------------------------------------
    2
    --------------------------------------------------------------------------------
    3
    
                  
    4
    dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous
    5
    dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause
  3. oh-my-zsh theme that I like to use. ... oh-my-zsh theme that I like to use. I really like bira's theme, but since I need to check wich display I'm using almost all the time, I had to modified it.
    1
    # ZSH Theme - Preview: http://gyazo.com/8becc8a7ed5ab54a0262a470555c3eed.png
    2
    local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
    3
    
                  
    4
    local user_host='%{$terminfo[bold]$fg[green]%}%n@%m%{$reset_color%}'
    5
    local current_dir='%{$terminfo[bold]$fg[blue]%} %~%{$reset_color%}'
  4. oh-my-zsh oh-my-zsh Public

    Forked from ohmyzsh/ohmyzsh

    A delightful community-driven (with 1,300+ contributors) framework for managing your zsh configuration. Includes 200+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, etc…

    Shell

  5. voxpupuli/open-prs voxpupuli/open-prs Public archive

    A quick hack to see if we can make an easier PR viewer for VoxPupuli

    Ruby 2 2

  6. nand2tetris nand2tetris Public

    Repo following the project Nand to Tetris

    Assembly