blob: 708ce386a4c799b778122cf1c4b3475e8461e35c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
- defaults:
link:
create: true
relink: true
force: true
relative: true
- link:
~/.termux/colors.properties: termux/colors.properties
~/.termux/font.ttf: termux/font.ttf
~/.termux/termux.properties: termux/termux.properties
- shell:
- chsh -s zsh || true
|