From 844a693a24d1f47609a4b4f33c46dfd5cb3510ab Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 1 Dec 2015 23:15:38 -0800 Subject: [PATCH] remove ssh stuff from install script i dont feel like ever doing this properly --- install | 8 -------- 1 file changed, 8 deletions(-) diff --git a/install b/install index 3c206ca..b893b70 100755 --- a/install +++ b/install @@ -66,14 +66,6 @@ for d in sh .vim .mpv; do softlink "$d" "$r" done -for d in ssh; do - mkdir -p ".$d" - for r in $rc/$d/*; do - f=".${r#"$rc/"}" - hardlink "$f" "$r" - done -done - grep .bashrc .bash_profile >/dev/null 2>&1 \ || echo -e '\n[[ -f ~/.bashrc ]] && . ~/.bashrc' >> .bash_profile