Changes after the last reinstall

Need to deprecate the brew and cask files and run `brew bundle` instead
This commit is contained in:
2019-04-02 07:18:37 -04:00
parent 196714ab34
commit 3fa05729f9
6 changed files with 118 additions and 19 deletions
+7 -3
View File
@@ -5,9 +5,9 @@ if [ -x "$brew_path" ] ; then
echo "Install/Updating Homebrew Packages"
echo ""
brew tap caskroom/cask
brew tap caskroom/versions
brew install brew-cask
#brew tap caskroom/cask
#brew tap caskroom/versions
#brew install brew-cask
function installcask() {
brew cask install "${@}"
@@ -26,6 +26,7 @@ if [ -x "$brew_path" ] ; then
installcask daisydisk
installcask dash
installcask discord
installcask docker
installcask dropbox
installcask firefox
installcask fluid
@@ -42,6 +43,7 @@ if [ -x "$brew_path" ] ; then
installcask moom
installcask nextcloud
installcask ngrok
installcask phantomjs
installcask postman
installcask robo-3t
installcask rowanj-gitx
@@ -54,9 +56,11 @@ if [ -x "$brew_path" ] ; then
installcask superduper
installcask teamviewer
installcask virtualbox
installcask virtualbox-extension-pack
installcask visual-studio-code
installcask vlc
installcask whatsapp
installcask zoomus
else
echo "Install Homebrew first. Run ~/dotfiles/brew first."
echo ""