X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/b4a8a4f9c423efd8eaea9eb4d70dec21e3f29a2f..5b9a654a39e6b0e14c5b0bd61227931213f4fd3f:/install.sh diff --git a/install.sh b/install.sh index 34722ed..2da2589 100755 --- a/install.sh +++ b/install.sh @@ -21,7 +21,8 @@ fi # 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 @@ -78,7 +79,9 @@ if which gpg >/dev/null 2>&1; then 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"