From 813c7f94de22cb3c4937e6b396d7c71d54525b86 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 5 Mar 2020 15:16:16 +0000 Subject: Drop support for desktop and laptop As I pruned increasingly more dependencies, the few dependencies that desktop and laptop hosted were too trivial for me to justify supporting. And so, I no longer support them. --- configs/install | 7 ------- 1 file changed, 7 deletions(-) (limited to 'configs/install') diff --git a/configs/install b/configs/install index d4d760e73f8d..d6eb7752180e 100755 --- a/configs/install +++ b/configs/install @@ -2,11 +2,4 @@ configs="$BRIEFCASE/configs" -case $(hostname) in - $DESKTOP) - (cd "$configs/desktop" && stow --target="$HOME" .);; - $LAPTOP) - (cd "$configs/work_laptop" && stow --target="$HOME" .);; -esac - (cd "$configs/shared" && stow --target="$HOME" .) -- cgit 1.4.1