diff options
author | William Carroll <wpcarro@gmail.com> | 2019-03-18T15·53+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-03-18T15·53+0000 |
commit | 61b40b301209644e2d695ec69bdbed762c9b3c9a (patch) | |
tree | 75f6ad8abf0ad6931770dd66036a6e15cdac122f /configs/install | |
parent | 4ebeeab8c5bc9dec7c1fd8ad684d8e019faa2cff (diff) |
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=<name> LAPTOP_NAME=<name> CLOUDTOP_NAME=<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.
Diffstat (limited to 'configs/install')
-rwxr-xr-x | configs/install | 2 |
1 files changed, 1 insertions, 1 deletions
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) |