From 9a15eff4a6514bea134805f59a0b2dda2e7c4b97 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Mon, 21 Nov 2022 06:09:59 +0000 Subject: [PATCH] Update dotfiles/.local/Brewfile.dev, dotfiles/.profile, dotfiles/.bashrc, dotfiles/.local/Winget.full, dotfiles/.local/Brewfile.full --- dotfiles/.bashrc | 2 +- dotfiles/.local/Brewfile.dev | 1 + dotfiles/.local/Brewfile.full | 2 ++ dotfiles/.local/Winget.full | 1 + dotfiles/.profile | 2 +- 5 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 dotfiles/.local/Winget.full diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 39f3151e..dcf9db7f 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -52,7 +52,7 @@ fi ### Bash Completions if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]; then ### direnv - if command -v direnv; then + if command -v direnv > /dev/null; then eval "$(direnv hook bash)" fi diff --git a/dotfiles/.local/Brewfile.dev b/dotfiles/.local/Brewfile.dev index 7f84bc74..d348eba6 100644 --- a/dotfiles/.local/Brewfile.dev +++ b/dotfiles/.local/Brewfile.dev @@ -229,6 +229,7 @@ cask "lens" cask "microsoft-teams" # @cask [macfuse](https://osxfuse.github.io/) - Extends macOS by adding support for user space file systems cask "macfuse" +cask "parallels" # @cask [postman](https://www.postman.com/) - Collaboration platform for API development cask "postman" # @cask [slack](https://slack.com/) - Team communication and collaboration software diff --git a/dotfiles/.local/Brewfile.full b/dotfiles/.local/Brewfile.full index 05ff4319..911a2183 100644 --- a/dotfiles/.local/Brewfile.full +++ b/dotfiles/.local/Brewfile.full @@ -4,3 +4,5 @@ brew "cointop" brew "translate-shell" + +cask "google-assistant" diff --git a/dotfiles/.local/Winget.full b/dotfiles/.local/Winget.full new file mode 100644 index 00000000..165f6403 --- /dev/null +++ b/dotfiles/.local/Winget.full @@ -0,0 +1 @@ +g-assist diff --git a/dotfiles/.profile b/dotfiles/.profile index 0fc2950b..b3143a45 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -230,7 +230,7 @@ fi # BW_CLIENTSECRET ### curlie -if command -v curlie; then +if command -v curlie > /dev/null; then alias curl='curlie' fi