Skip to content

Instantly share code, notes, and snippets.

View butlerx's full-sized avatar
:shipit:
shiping all the things

Cian Butler butlerx

:shipit:
shiping all the things
View GitHub Profile
@butlerx
butlerx / keybase.md
Last active September 27, 2015 09:00

Keybase proof

I hereby claim:

  • I am butlerx on github.
  • I am butlerx (https://keybase.io/butlerx) on keybase.
  • I have a public key whose fingerprint is CEF5 B501 7E5F AD65 5C93 C983 C985 9FF5 A45E 6D8C

To claim this, I am signing this object:

xterm*termName: xterm-256color
XTerm*locale: true
xterm*saveLines: 4096
xterm*reverseVideo: on
! URxvt*termName: string
! URxvt*geometry: geometry
! URxvt*chdir: string
! URxvt*reverseVideo: true
! URxvt*loginShell: boolean
# https://github.com/seebi/tmux-colors-solarized/blob/master/tmuxcolors-256.conf [65/226]
set-option -g status-bg colour235 #base02
set-option -g status-fg colour136 #yellow
set-option -g status-attr default
# set window split
bind-key v split-window -h
bind-key b split-window
# default window title colors
#Delete
"xvkbd -xsendevent -text '\[Delete]'"
m:0x4 + c:22
Ctrl + BackSpace
#End
"xvkbd -xsendevent -text '\[End]'"
m:0x4 + m:0x8 + c:114
Ctrl + Alt + Right
source ~/.zsh/checks.zsh
source ~/.zsh/colors.zsh
source ~/.zsh/setopt.zsh
source ~/.zsh/exports.zsh
source ~/.zsh/prompt.zsh
source ~/.zsh/completion.zsh
source ~/.zsh/aliases.zsh
source ~/.zsh/bindkeys.zsh
source ~/.zsh/functions.zsh
source ~/.zsh/history.zsh
# Autoload screen if we aren't in it. (Thanks Fjord!)
#if [[ $TMUX = '' ]] then tmux -CC; fi
source ~/.zsh/checks.zsh
source ~/.zsh/colors.zsh
source ~/.zsh/setopt.zsh
source ~/.zsh/exports.zsh
source ~/.zsh/prompt.zsh
source ~/.zsh/completion.zsh
source ~/.zsh/aliases.zsh
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to make opened Markdown files always be soft wrapped:
#
# path = require 'path'
#
@butlerx
butlerx / config
Last active January 6, 2016 21:42
i3 settings
# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
set $mod Mod4
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
#font pango:Monospace 10
@butlerx
butlerx / .vimrc
Last active January 28, 2016 15:50
set nocompatible
filetype off
" Vundle initialization
set rtp+=~/.vim/bundle/Vundle.vim/
call vundle#begin()
Plugin 'gmarik/Vundle.vim'
" Bundles
v0.1.14
v0.1.15
v0.1.16
v0.1.17
v0.1.18
v0.1.19
v0.1.20
v0.1.21
v0.1.22
v0.1.23