1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-04-26 15:48:27 -04:00
This commit is contained in:
Jake Jarvis 2019-09-25 10:52:00 -04:00
parent b3a3f41b6e
commit fd5022fff4
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
3 changed files with 9 additions and 7 deletions

View File

@ -14,6 +14,7 @@ tap "homebrew/cask"
tap "homebrew/cask-versions" tap "homebrew/cask-versions"
tap "homebrew/core" tap "homebrew/core"
tap "homebrew/services" tap "homebrew/services"
tap "jakejarvis/brew"
tap "mongodb/brew" tap "mongodb/brew"
tap "thoughtbot/formulae" tap "thoughtbot/formulae"
tap "wpengine/wpe-cli" tap "wpengine/wpe-cli"
@ -129,8 +130,9 @@ brew "optipng"
brew "packer" brew "packer"
brew "thoughtbot/formulae/parity" brew "thoughtbot/formulae/parity"
brew "php" # = php@7.3 https://formulae.brew.sh/formula/php brew "php" # = php@7.3 https://formulae.brew.sh/formula/php
brew "php@7.1" # brew "php@7.1"
brew "php@7.2" # brew "php@7.2"
# brew "jakejarvis/brew/php@5.6"
# brew "exolnet/deprecated/php@5.6" # brew "exolnet/deprecated/php@5.6"
# brew "exolnet/deprecated/php@7.0" # brew "exolnet/deprecated/php@7.0"
brew "pngcheck" brew "pngcheck"
@ -231,7 +233,8 @@ cask "vnc-viewer"
# Passwords, VPNs, other Security # Passwords, VPNs, other Security
cask "1password" cask "1password"
cask "authy" cask "authy"
cask "gpg-suite-no-mail" # Install Mail separately: https://github.com/GpgMailNoActivation/GpgMailNoActivation # cask "gpg-suite-no-mail" # Install Mail separately: https://github.com/GpgMailNoActivation/GpgMailNoActivation
cask "gpg-suite-no-drm" # personal cask to install GPG suite and mail.app plugin without activation
cask "keybase" cask "keybase"
cask "little-snitch" cask "little-snitch"
cask "nordvpn" cask "nordvpn"

View File

@ -39,7 +39,8 @@ brew cask install vnc-viewer
brew cask install 1password brew cask install 1password
brew cask install authy brew cask install authy
brew cask install gpg-suite-no-mail # Install separately: https://github.com/GpgMailNoActivation/GpgMailNoActivation # brew cask install gpg-suite-no-mail # Install separately: https://github.com/GpgMailNoActivation/GpgMailNoActivation
brew tap jakejarvis/brew && brew install jakejarvis/brew/gpg-suite-no-drm
brew cask install keybase brew cask install keybase
brew cask install little-snitch brew cask install little-snitch
brew cask install nordvpn brew cask install nordvpn

View File

@ -8,7 +8,7 @@ export PATH="$PATH:$GOPATH/bin"
export PATH="$PATH:$GOROOT/bin" export PATH="$PATH:$GOROOT/bin"
# Ruby # Ruby
#export PATH="/usr/local/opt/ruby/bin:$PATH" export PATH="/usr/local/opt/ruby/bin:$PATH"
# Metasploit # Metasploit
export PATH="/opt/metasploit-framework/bin:$PATH" export PATH="/opt/metasploit-framework/bin:$PATH"
@ -22,8 +22,6 @@ export PATH="$HOME/.cargo/bin:$PATH"
# ----- Third-party additions below: ----- # ----- Third-party additions below: -----
#eval "$(rbenv init -)"
# The next line updates PATH for the Google Cloud SDK. # The next line updates PATH for the Google Cloud SDK.
if [ -f '/Users/jake/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/jake/google-cloud-sdk/path.zsh.inc'; fi if [ -f '/Users/jake/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/jake/google-cloud-sdk/path.zsh.inc'; fi