I hereby claim:
- I am willtim on github.
- I am willtim (https://keybase.io/willtim) on keybase.
- I have a public key whose fingerprint is 0BE4 0021 BC8C 398F 7BF3 EBD3 5140 CC90 BC07 887C
To claim this, I am signing this object:
BoldAsFont=-1 | |
Columns=160 | |
Rows=60 | |
ClipShortcuts=no | |
CtrlShiftShortcuts=yes | |
Term=xterm-256color | |
CursorType=block | |
# Zenburn scheme - Source: http://slinky.imukuppi.org/zenburnpage/ | |
CursorColour=#BFBFBF |
I hereby claim:
To claim this, I am signing this object:
;; project tree explorer | |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
;; see https://github.com/nathankot/dotemacs/blob/master/init.el | |
(use-package projectile | |
:ensure projectile | |
:config (projectile-global-mode t) | |
:init | |
;; (setq projectile-require-project-root nil) | |
(setq projectile-enable-caching t) |
* Git Cheatsheet | |
git stash --keep-index | |
git clean -d -n | |
git commit --amend (amend last commit) | |
git reflog (a history of the commits HEAD has been pointed at; undo pulls, rebases etc) |