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:
I hereby claim:
To claim this, I am signing this object:
# 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' | |
# |
set nocompatible | |
filetype off | |
" Vundle initialization | |
set rtp+=~/.vim/bundle/Vundle.vim/ | |
call vundle#begin() | |
Plugin 'gmarik/Vundle.vim' | |
" Bundles |
# 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 |
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 |
# ------------------------------------------------------------------- | |
# use nocorrect alias to prevent auto correct from "fixing" these | |
# ------------------------------------------------------------------- | |
alias foobar='nocorrect foobar' | |
alias g8='nocorrect g8' | |
# ------------------------------------------------------------------- | |
# Ruby stuff | |
# ------------------------------------------------------------------- | |
alias ri='ri -Tf ansi' # Search Ruby documentation |
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 |