From 1d8197fd7a7f89041f1221bd5ae292ad224a4517 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 10 Feb 2022 10:12:31 +0100 Subject: Add more SN related dependencies and aliases --- .bash_profile | 4 ++++ Brewfile | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.bash_profile b/.bash_profile index a899dc2..99b7e06 100644 --- a/.bash_profile +++ b/.bash_profile @@ -18,6 +18,10 @@ export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) # Springer Nature export VAULT_ADDR=https://vault.halfpipe.io +VPNDIR="~/Work/anyconnect-vagrant" +alias vpn-vm-up="$VPNDIR/vm-login.sh" +alias vpn-up="$VPNDIR/vpn-up.sh && $VPNDIR/vpn-poll-state.sh" +alias vpn-vm-suspend="$VPNDIR/vm-suspend.sh" # ==== Aliases alias wttr='curl http://wttr.in/berlin' diff --git a/Brewfile b/Brewfile index f79cfc1..7093afc 100644 --- a/Brewfile +++ b/Brewfile @@ -62,8 +62,8 @@ cask "anki" # cask "TaskExplorer" # cask "OverSight" # cask "postman" -# cask "virtualbox" -# cask "vagrant" +cask "virtualbox" +cask "vagrant" # tap "wtfutil/wtfutil" # brew "wtfutil" @@ -76,3 +76,4 @@ brew "vault" brew "terraform" cask "google-cloud-sdk" cask "docker" +brew "sshuttle" -- cgit v1.2.3