1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

remove ssh stuff from install script

i dont feel like ever doing this properly
This commit is contained in:
Connor Olding 2015-12-01 23:15:38 -08:00
parent e8dad5e7d2
commit 844a693a24

View File

@ -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