diff options
author | Tyler Davis <tydavis@gmail.com> | 2021-06-11 17:30:26 +0000 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2021-06-11 17:30:26 +0000 |
commit | b85ea4d465ed554145b571271ea66d6964d64f73 (patch) | |
tree | 8b28f11661602b43b23e96ce142276ba2cdb4b3d /.bin | |
parent | ad9dfc1c6fb9d5b55401edbb23e8e208703b26e7 (diff) | |
download | dotfiles-b85ea4d465ed554145b571271ea66d6964d64f73.tar.gz dotfiles-b85ea4d465ed554145b571271ea66d6964d64f73.zip |
remove Nordstrom references
Diffstat (limited to '.bin')
-rwxr-xr-x | .bin/allupdate | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.bin/allupdate b/.bin/allupdate index 53bd5ed..ef43060 100755 --- a/.bin/allupdate +++ b/.bin/allupdate @@ -26,8 +26,6 @@ case "$OSTYPE" in brew tap git-chglog/git-chglog; # Tap fonts brew tap homebrew/cask-fonts - # Gitlab kubelogin tap - brew tap incubator/kubelogin https://gitlab.nordstrom.com/k8s/incubator/homebrew-kubelogin.git; fi # Install new brew packages @@ -82,12 +80,9 @@ case "$OSTYPE" in fi fi if [ "$(command -v gitrect)" ]; then - # Synchronize work repo updates - gitrect -d ~/code/work -c ~/code/work/dotfiles/.setup/gitlist gitrect; # Update our list of git repos gitrect -u; - gitrect -u -d ~/code/work -c ~/code/work/dotfiles/.setup/gitlist; else if [ "$(command -v go)" ]; then go get -u github.com/tydavis/cmd/gitrect; |