git clone https://github.com/gmarik/vundle ~/.local/share/vim/vundle
.PHONY: vim
+gdb:
+ ln -sfT $(APATH)/gdbinit ~/.gdbinit
+ ln -sfT $(APATH)/cgdb ~/.cgdb
+
awesome: ~/.config
ln -sfT $(APATH)/awesome ~/.config/awesome
.PHONY: awesome
--- /dev/null
+# set autosourcereload
+# set cgdbmodekey=ESC
+# set color
+# set debugwincolor
+# set nodisasm
+# set executinglinedisplay=longarrow
+set hlsearch
+set ignorecase
+# set selectedlinedisplay=block
+# set showmarks
+# set noshowdebugcommands
+# set syntax=on
+# set timeout
+# set timeoutlen=1000
+# set ttimeout
+# set ttimeoutlen=100
+set tabstop=4
+# set winminheight=0
+# set winminwidth=0
+# set winsplit=even
+# set winsplitorientation=horizontal
+# set wrapscan
+
+map r :run<CR>
+map c :continue<CR>
+map f :finish<CR>
+map n :next<CR>
+map s :step<CR>
+
+map p ip<Space>