]> git.sev.monster Git - dotfiles.git/blobdiff - install.sh
update zsh, X, gpg config; add ssh config, gpg bin
[dotfiles.git] / install.sh
index 34722ed16935dfb837a07b4115e226677441114e..886eb1ec916b4bbe5acd503d48a2bf6336d14c18 100755 (executable)
@@ -21,7 +21,7 @@ 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 >$devnull 2>&1
 mkdir -pm 700 var/tmp var/tmp/vim >$devnull 2>&1
 cd - >$devnull
 
@@ -78,7 +78,6 @@ 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
+find ssh -mindepth 1 -maxdepth 1 | while read -r x; do
+       l "$HOME/.ssh/`basename "$x"`"
+done
This page took 0.03299 seconds and 4 git commands to generate.