config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

commit 69c06aa90ebd4bef31b2457958167ad6e169bc5a
parent c701d06ec5305770246b463527469215c8cc4afd
Author: dwrz <dwrz@dwrz.net>
Date:   Tue,  6 Dec 2022 19:49:44 +0000

Add termux config

Diffstat:
Atermux/boot/sshd.sh | 4++++
Atermux/colors.properties | 20++++++++++++++++++++
Atermux/setup | 16++++++++++++++++
Atermux/termux.properties | 1+
4 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/termux/boot/sshd.sh b/termux/boot/sshd.sh @@ -0,0 +1,4 @@ +#!/data/data/com.termux/files/usr/bin/sh + +termux-wake-lock +sshd diff --git a/termux/colors.properties b/termux/colors.properties @@ -0,0 +1,20 @@ +background=#ffffff +foreground=#4d4d4c +cursor=#c82829 + +color0=#4d4d4c +color1=#c82829 +color2=#718c00 +color3=#eab700 +color4=#4271ae +color5=#8959a8 +color6=#3e999f +color7=#ffffff +color8=#4d4d4c +color9=#c82829 +color10=#718c00 +color11=#eab700 +color12=#4271ae +color13=#8959a8 +color14=#3e999f +color15=#ffffff diff --git a/termux/setup b/termux/setup @@ -0,0 +1,16 @@ +#!/bin/sh + +pkg update + +pkg i \ + bash \ + bash-completion \ + gnupg \ + htop \ + mg \ + mosh \ + oathtool \ + openssh \ + pass \ + rsync \ + tmux \ diff --git a/termux/termux.properties b/termux/termux.properties @@ -0,0 +1 @@ +extra-keys=[['ESC','/','-','HOME','UP','END'],['CTRL','ALT','TAB','LEFT','DOWN','RIGHT']]