Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down