about summary refs log tree commit diff
path: root/configs/install
diff options
context:
space:
mode:
Diffstat (limited to 'configs/install')
-rwxr-xr-xconfigs/install7
1 files changed, 0 insertions, 7 deletions
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" .)