Skip to content

Instantly share code, notes, and snippets.

@nurazem
nurazem / keybase.md
Created September 13, 2016 11:32
keybase

Keybase proof

I hereby claim:

  • I am nurazem on github.
  • I am nurazem (https://keybase.io/nurazem) on keybase.
  • I have a public key whose fingerprint is 5D8E 8D16 26DE 6314 62C3 EC7B 05F4 E3DA 8141 6897

To claim this, I am signing this object:

@nurazem
nurazem / vimrc
Last active August 29, 2015 14:11
vimrc
" Make Vim more useful
set nocompatible
" Use the OS clipboard by default (on versions compiled with `+clipboard`)
set clipboard=unnamed
" Enhance command-line completion
set wildmenu
" Allow cursor keys in insert mode
set esckeys
" Allow backspace in insert mode
set backspace=indent,eol,start
@nurazem
nurazem / zshrc
Last active August 29, 2015 14:10
zshrc
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
ZSH_THEME="awesomepanda"
ENABLE_CORRECTION="true"
plugins=(git rails brew sublime bundler)
source $ZSH/oh-my-zsh.sh
# User configuration
export PATH=$HOME/bin:/usr/local/bin:$PATH