Skip to content

Instantly share code, notes, and snippets.

View omgitsads's full-sized avatar
:shipit:

Adam Holt omgitsads

:shipit:
View GitHub Profile
module StringTest
def hello
"hello"
end
end
class String
include StringTest
end
set-option -g status on
set-option -g status-interval 2
set-option -g status-utf8 on
set-option -g status-justify "centre"
set-option -g status-left-length 60
set-option -g status-right-length 90
set-option -g status-left "#(~/.tmux-powerline/powerline.sh left)"
set-option -g status-right "#(~/.tmux-powerline/powerline.sh right)"
set -g status-bg black
set nocompatible " be iMproved
filetype off " required!
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
" let Vundle manage Vundle
" required!
Bundle 'gmarik/vundle'

Keybase proof

I hereby claim:

  • I am omgitsads on github.
  • I am omgitsads (https://keybase.io/omgitsads) on keybase.
  • I have a public key whose fingerprint is 9C03 1623 0D74 984C C101 F754 941E F195 3203 A4B6

To claim this, I am signing this object:

@omgitsads
omgitsads / add-new-primary-email.rb
Created August 2, 2018 12:20
Add new primary email address to a user
#!/usr/bin/env ruby
require 'rubygems'
require 'octokit'
Octokit.configure do |c|
c.api_endpoint = ENV['GITHUB_API']
end
# Create Admin Client with PAT with site_admin scope.
admin_client = Octokit::EnterpriseAdminClient.new(

Keybase proof

I hereby claim:

  • I am omgitsads on github.
  • I am omgitsads (https://keybase.io/omgitsads) on keybase.
  • I have a public key ASBnFBhAYzqSSh15QmrS4q9HIQlTm8cKopYd-sJf54W_FAo

To claim this, I am signing this object:

Nein, ich verstehe Sie nicht.
Nein, ich sehe ihn heute nicht, aber morgen.
Nein, ich leibe sie nicht.
Ja, ich liebe ihn.
Ja, ich liebe es sehr.
Ja, euch liebe ich auch.
Nein, ich sehe euch nicht.
Nein, ich beleigte er nicht.
Ja, ich sehe es.
set nocompatible " be iMproved, required
filetype off " required
set backspace=indent,eol,start
call plug#begin('~/.vim/plugged')
Plug 'airblade/vim-gitgutter'
Plug 'editorconfig/editorconfig-vim'
Plug 'itchyny/lightline.vim'