mirror of
https://github.com/notwa/rc
synced 2024-11-05 00:19:02 -08:00
remove ssh stuff from install script
i dont feel like ever doing this properly
This commit is contained in:
parent
e8dad5e7d2
commit
844a693a24
1 changed files with 0 additions and 8 deletions
8
install
8
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue