diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-05T14·26+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-05T15·04+0000 |
commit | 77633d22ae10ef3e5435930dce119b8fb76ac83f (patch) | |
tree | f9ba6ca0710e9c91cb797caeafa68b432d33a5da /configs/install | |
parent | df035ca832ea9ec152743e8c594b211bcf20a086 (diff) |
Drop support for personal_laptop
My former Manjaro device is now a NixOS device called "socrates", which hosts this git repo and a few other projects.
Diffstat (limited to 'configs/install')
-rwxr-xr-x | configs/install | 3 |
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" .) |