Last active
January 12, 2018 15:53
-
-
Save timbru31/10a7527a4295a41eac86 to your computer and use it in GitHub Desktop.
workspace-setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Tim Brust OR xGhOsTkiLLeRx | |
email = [email protected] | |
[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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Color preset: Spacedust | |
Bold color: #ff9700 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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