Use zsh, powerline. Update fonts to use Source Code Pro.

This commit is contained in:
Daniel Lundin 2017-06-28 09:43:51 +02:00
parent a000ab4d35
commit 00c2de8c32
54 changed files with 2743 additions and 55 deletions

View file

@ -36,6 +36,10 @@ export LESS='-BNJFXRgiM -h512 -x2'
export PAGER='less -nL'
export ACK_PAGER='less -nLR'
## fzf
export FZF_TMUX=1
export FZF_COMPLETION_TRIGGER="."
## Git
export GIT_AUTHOR_NAME=$REALNAME
export GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME