Skip to content

Instantly share code, notes, and snippets.

@Reggieme
Reggieme / .vimrc
Created June 21, 2015 18:58
My .vimrc heavy example
" Reggie .vimrc
set nocompatible " be iMproved, required
set number
set shell=/bin/bash " Enable vim with fish shell
filetype off " required for vundle
" Vundle {{{
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'gmarik/Vundle.vim'
@Reggieme
Reggieme / .i3config
Last active April 26, 2018 03:29
i3 WM configuration example
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!