1
0
mirror of https://github.com/Luzifer/termux-cfg.git synced 2024-09-16 16:08:24 +00:00

Add README

This commit is contained in:
Knut Ahlers 2019-10-19 20:22:22 +02:00
parent 15b6e3d47d
commit 8f01841d96

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# Luzifer / termux-cfg
Termux configuration files
## Setup
```console
# alias tconf='git --git-dir /data/data/com.termux/files/home/.termux_config --work-tree /data/data/com.termux/files/home'
# tconf init
# tconf remote add origin git@github.com:Luzifer/termux-cfg.git
# tconf reset --hard origin/master
```