diff --git a/Rakefile b/Rakefile index 6b4bc077..3edfc5cb 100644 --- a/Rakefile +++ b/Rakefile @@ -126,17 +126,6 @@ namespace :install do end end - desc 'Install Homebrew Cask' - task :brew_cask do - step 'Homebrew Cask' - system('brew untap phinze/cask') if system('brew tap | grep phinze/cask > /dev/null') - unless system('brew tap | grep caskroom/cask > /dev/null') || system('brew tap caskroom/homebrew-cask') - abort "Failed to tap caskroom/homebrew-cask in Homebrew." - end - - brew_install 'brew-cask' - end - desc 'Install The Silver Searcher' task :the_silver_searcher do step 'the_silver_searcher' @@ -230,7 +219,6 @@ LINKED_FILES = filemap( desc 'Install these config files.' task :install do Rake::Task['install:brew'].invoke - Rake::Task['install:brew_cask'].invoke Rake::Task['install:the_silver_searcher'].invoke Rake::Task['install:iterm'].invoke Rake::Task['install:ctags'].invoke