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 /termux.yaml | |
parent | 90b123ee3d94abd1bf3b27290ef496d4567187fe (diff) |
Add termux configuration
Diffstat (limited to 'termux.yaml')
-rw-r--r-- | termux.yaml | 13 |
1 files changed, 13 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 |