# create preferred folder structure
cd ~
-mkdir -p bin etc share share/fonts .urxvt/ext .icons .themes .gnupg >$devnull 2>&1
+mkdir -p bin etc share share/fonts .urxvt/ext \
+ .icons .themes .gnupg .ssh .termux >$devnull 2>&1
mkdir -pm 700 var/tmp var/tmp/vim >$devnull 2>&1
cd - >$devnull
find gpg -mindepth 1 -maxdepth 1 \! -name '*.gpg' | while read -r x; do
l "$HOME/.gnupg/`basename "$x"`"
done
-if which gpg >/dev/null; then
+if which gpg >/dev/null 2>&1; then
find gpg -mindepth 1 -maxdepth 1 -name '*.gpg' | while read -r x; do
gpg --import "$x"
done
fi
-
-# run .zprofile to set up tmp
-# .zprofile also sources .zshenv for compatibility
-zsh ~/.zprofile
+for y in ssh termux; do
+ find $y -mindepth 1 -maxdepth 1 | while read -r x; do
+ l "$HOME/.$y/`basename "$x"`"
+ done
+done
+x='fonts/Dina-ttf/Dina.ttf' l "$HOME/.termux/font.ttf"