From 3d0dc495f0d607dd94ed7a886e00491d4a401e1a Mon Sep 17 00:00:00 2001 From: phineas vang Date: Wed, 17 Apr 2019 21:21:41 -0500 Subject: [PATCH] Removed deprecated Casks and Formulae --- .gitconfig | 2 +- Brewfile | 6 +++--- install.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitconfig b/.gitconfig index ec66e8b..fd0d5db 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,5 +1,5 @@ [user] - name = Daniel Furman + name = Phineas Vang [core] autocrlf = input excludesfile = $HOME/.dotfiles/gitignore_global diff --git a/Brewfile b/Brewfile index d4bdfd0..9c4f0ab 100644 --- a/Brewfile +++ b/Brewfile @@ -24,7 +24,7 @@ brew 'python@2' brew 'node' brew 'webpack' ## PHP -brew 'php' +#brew 'php' brew 'composer' ## Database brew 'redis' @@ -40,7 +40,7 @@ cask_args appdir: '/Applications' # Fonts cask 'font-fira-code' # Apps -cask 'amazon-drive' ## Use S3 like DropBox +#cask 'amazon-drive' ## Use S3 like DropBox cask 'appcleaner' ## Get rid of stuff well cask 'caffeine' ## Keep the mac awake... cask 'dropbox' ## Used to sync settings across devices @@ -50,7 +50,7 @@ cask 'insomnia' ## RESTful API Testing cask 'iterm2' ## Terminal replacement cask 'keepassx' ## Password manager cask 'keka' ## Open source "open anything" archive extractor tool -cask 'medis' ## GUI management for Redis +#cask 'medis' ## GUI management for Redis cask 'namechanger' ## File name manager utility cask 'sequel-pro' ## GUI for MySQL database fun cask 'skype' ## Skype for normal people diff --git a/install.sh b/install.sh index 170f8c6..220026c 100755 --- a/install.sh +++ b/install.sh @@ -18,7 +18,7 @@ brew tap homebrew/bundle brew tap caskroom/cask brew tap caskroom/fonts brew tap homebrew/core -brew tap homebrew/php +#brew tap homebrew/php brew tap pivotal/tap brew tap homebrew/services brew tap caskroom/versions