diff options
author | Adam Hovorka <[email protected]> | 2017-10-01 18:44:08 -0600 |
---|---|---|
committer | Adam Hovorka <[email protected]> | 2017-10-01 18:44:08 -0600 |
commit | daf16879684fa2c56a2c7204dd90dac3154623c5 (patch) | |
tree | 8b16c78de3e9e8fcb7093a87e299fa58a25ff98f | |
parent | 90b123ee3d94abd1bf3b27290ef496d4567187fe (diff) |
Add termux configuration
-rw-r--r-- | termux.yaml | 13 | ||||
-rw-r--r-- | termux/colors.properties | 32 | ||||
-rw-r--r-- | termux/font.ttf | bin | 0 -> 1160028 bytes |
3 files changed, 45 insertions, 0 deletions
diff --git a/termux.yaml b/termux.yaml new file mode 100644 index 0000000..3f9f641 --- /dev/null +++ b/termux.yaml @@ -0,0 +1,13 @@ +- defaults: + link: + create: true + relink: true + force: true + relative: true + +- link: + ~/.termux/colors.properties: termux/colors.properties + ~/.termux/font.tyf: termux/font.ttf + +- shell: + - chsh -s zsh diff --git a/termux/colors.properties b/termux/colors.properties new file mode 100644 index 0000000..cad2655 --- /dev/null +++ b/termux/colors.properties @@ -0,0 +1,32 @@ +# https=//github.com/chriskempson/base16-xresources/blob/master/base16-default.dark.256.xresources +# Base16 Default +# Scheme=Chris Kempson (http=//chriskempson.com) + +foreground=#d8d8d8 +background=#000000 +cursor=#d8d8d8 + +color0=#000000 +color1=#ab4642 +color2=#a1b56c +color3=#f7ca88 +color4=#7cafc2 +color5=#ba8baf +color6=#86c1b9 +color7=#d8d8d8 + +color8=#585858 +color9=#ab4642 +color10=#a1b56c +color11=#f7ca88 +color12=#7cafc2 +color13=#ba8baf +color14=#86c1b9 +color15=#f8f8f8 + +color16=#dc9656 +color17=#a16946 +color18=#282828 +color19=#383838 +color20=#b8b8b8 +color21=#e8e8e8 diff --git a/termux/font.ttf b/termux/font.ttf Binary files differnew file mode 100644 index 0000000..2da4842 --- /dev/null +++ b/termux/font.ttf |