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

4
bin/st
View file

@ -2,10 +2,10 @@
set -ex
case `hostname` in
dice-dlundin2)
exec st.dark -f "Roboto Mono:pixelsize=14" $@
exec st.dark -f "Source Code Pro-16" $@
;;
dredd)
exec st.dark -f "Roboto Mono-15" $@
exec st.dark -f "Source Code Pro-16" $@
;;
esac
exec st.dark $@

Binary file not shown.