about summary refs log tree commit diff
path: root/configs/install
diff options
context:
space:
mode:
Diffstat (limited to 'configs/install')
-rwxr-xr-xconfigs/install3
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/install b/configs/install
index c810dfd4f9f2..62236a0dc5a3 100755
--- a/configs/install
+++ b/configs/install
@@ -9,9 +9,6 @@ case $(hostname) in
     (cd "$configs/work_laptop" && stow --target="$HOME" .);;
   $CLOUDTOP)
     (cd "$configs/cloudtop" && stow --target="$HOME" .);;
-  # Acer Manjaro laptop
-  acer-manjaro)
-    (cd "$configs/personal_laptop" && stow --target="$HOME" .);;
 esac
 
 (cd "$configs/shared" && stow --target="$HOME" .)