dotfiles

custom linux config files managed with gnu stow

dotfiles

.vim/bundle/vim-airline/Rakefile


#!/usr/bin/env rake

task :default => [:test]

task :ci => [:dump, :test]

task :dump do
  sh 'vim --version'
end

task :test do
  sh 'bundle exec vim-flavor test'
end

Download

raw zip tar