Skip to content

Instantly share code, notes, and snippets.

" let Vundle manage Vundle
" required!
Bundle 'gmarik/vundle'
" code completions
Bundle 'Shougo/neocomplcache'
Bundle 'garbas/vim-snipmate'
Bundle 'honza/snipmate-snippets'
Bundle 'mattn/zencoding-vim'
" snipmate dependencies
set nocompatible
filetype off
"vbundle
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
"bundle list
source ~/.vim/list.vim
@zenshell
zenshell / tmux.conf
Last active October 7, 2015 10:57
tmux configuration file
################################
# change prefix to C-o #
################################
set -g prefix C-o
unbind-key C-b
bind-key o send-prefix
################################
# options #
################################
@zenshell
zenshell / .conkyrc
Created July 1, 2012 06:10
conky configuration file
background no
update_interval 1
cpu_avg_samples 1
net_avg_samples 2
temperature_unit celsius
double_buffer yes
no_buffers yes
text_buffer_size 2048