Use zsh, powerline. Update fonts to use Source Code Pro.
This commit is contained in:
parent
a000ab4d35
commit
00c2de8c32
54 changed files with 2743 additions and 55 deletions
4
bin/st
4
bin/st
|
@ -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 $@
|
||||
|
|
BIN
bin/st.dark
BIN
bin/st.dark
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue