Compare commits

..

No commits in common. "1deb53ac7a87e9101978a0c30855684216591939" and "83351e0b51dd1484b30a96118d92331f329d32fe" have entirely different histories.

2 changed files with 1 additions and 14 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
PATH_PREFIX=`pwd`
@ -40,18 +40,6 @@ if ! [ -d ~/.asdf ]; then
cd $PATH_PREFIX
fi
# termux tuning
if grep -q "Android" <<< `uname -a`; then
if ! [ -d ~/.termux ]; then
mkdir ~/.termux
fi
rm ~/.termux/termux.properties
# must be copy to prevent error on termux startup
cp $PATH_PREFIX/termux/termux.properties ~/.termux/termux.properties
# reload settings
termux-reload-settings
fi
echo "exa fd bat tmux htop nano most ripgrep emacs zsh lf restic rclone"
echo "copy restic.sh if desired/needed"
echo "run tmux and do <prefix>-I to install plugins and finish setup"

View File

@ -1 +0,0 @@
extra-keys = [ ['ESC','-','BACKSLASH','HOME','UP','END','PGUP','DEL'], ['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN','DRAWER'] ]