Skip to content

Instantly share code, notes, and snippets.

@timbru31
Last active January 12, 2018 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timbru31/10a7527a4295a41eac86 to your computer and use it in GitHub Desktop.
Save timbru31/10a7527a4295a41eac86 to your computer and use it in GitHub Desktop.
workspace-setup
[user]
name = Tim Brust OR xGhOsTkiLLeRx
email = xx@yy.de
[color]
diff = auto
status = auto
branch = auto
[alias]
st = status -sb
br = branch -av
di = diff --word-diff
pu = pull --rebase
ru = remote update
ci = commit
dif = diff --word-diff
pul = pull --rebase
pullern = pull
co = checkout
su = submodule update
stl = stash list
sts = stash save
std = stash drop
sta = stash apply
stp = stash pop
lg = log --graph --format='%cd %C(yellow)%h%C(red bold)%d%Creset%C(cyan) [%cn]%Creset %s' --date=short --abbrev=10
[core]
editor = vim
[push]
default = current
[pull]
default = current
[commit]
gpgsign = true
Color preset: Spacedust
Bold color: #ff9700
https://gist.github.com/smileart/3750104
Hack font patched, https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Hack
or
https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/Meslo/M-DZ/complete/Meslo%20LG%20M%20DZ%20Regular%20for%20Powerline%20Nerd%20Font%20Complete.otf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment