From 0b232850d6300876cc86906957fef6e76c9d0748 Mon Sep 17 00:00:00 2001 From: Sneed Group Holder Date: Fri, 22 Nov 2024 12:28:05 -0600 Subject: [PATCH] add windows app for remoting into sneed group vm --- more-common-settings.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/more-common-settings.sh b/more-common-settings.sh index 665951e..dfe8472 100755 --- a/more-common-settings.sh +++ b/more-common-settings.sh @@ -153,3 +153,5 @@ brew install thefuck toilet sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" cp .zshrc ~/ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions + +brew install --cask windows-app \ No newline at end of file