Skip to content

Instantly share code, notes, and snippets.

View q-rai's full-sized avatar

Andy Berres q-rai

View GitHub Profile
@q-rai
q-rai / .gitconfig
Created July 20, 2016 00:33 — forked from pksunkara/config
Sample of git config file (Example .gitconfig)
[user]
name = Pavan Kumar Sunkara
email = pavan.sss1991@gmail.com
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore
[sendemail]
smtpencryption = tls
smtpserver = smtp.gmail.com
@q-rai
q-rai / tmux-cheatsheet.markdown
Created July 20, 2016 00:32 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname