about summary refs log tree commit diff
path: root/configs/install
diff options
context:
space:
mode:
Diffstat (limited to 'configs/install')
-rwxr-xr-xconfigs/install2
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/install b/configs/install
index 62236a0dc5a3..d4d760e73f8d 100755
--- a/configs/install
+++ b/configs/install
@@ -7,8 +7,6 @@ case $(hostname) in
     (cd "$configs/desktop" && stow --target="$HOME" .);;
   $LAPTOP)
     (cd "$configs/work_laptop" && stow --target="$HOME" .);;
-  $CLOUDTOP)
-    (cd "$configs/cloudtop" && stow --target="$HOME" .);;
 esac
 
 (cd "$configs/shared" && stow --target="$HOME" .)