From 61b40b301209644e2d695ec69bdbed762c9b3c9a Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 18 Mar 2019 15:53:18 +0000 Subject: wpcarro.roam.googlers.com -> wpcarro Until I change my hostname, I'll need to use wpcarro. Internally on Google networks, this laptop is resolvable via wpcarro.roam.* Idea: consider defining in ~/.profile: DESKTOP_NAME= LAPTOP_NAME= CLOUDTOP_NAME= ...and then refer to these environment variables throughout my configuration that depends on them. E.g. - - configs/install - configs/uninstall - .zshrc - .ssh/config For now, I'll stick with the path of least resistance. --- configs/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/install') diff --git a/configs/install b/configs/install index 999a48e6e3e3..6405df04e31d 100755 --- a/configs/install +++ b/configs/install @@ -7,7 +7,7 @@ case $(hostname) in wpcarro.lon.corp.google.com) (cd "$configs/desktop" && stow --target="$HOME" *);; # laptop - wpcarro.roam.googlers.com) + wpcarro) (cd "$configs/laptop" && stow --target="$HOME" *);; # cloudtop wpcarro.c.googlers.com) -- cgit 1.4.1