Added tmux support [Fix #190]

This commit is contained in:
Yan Pritzker
2012-11-11 20:15:43 -06:00
parent 4a14767d24
commit 273db6a595
3 changed files with 75 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ task :install => [:submodule_init, :submodules] do
file_operation(Dir.glob('irb/*')) if want_to_install?('irb/pry configs (more colorful)')
file_operation(Dir.glob('ruby/*')) if want_to_install?('rubygems config (faster/no docs)')
file_operation(Dir.glob('ctags/*')) if want_to_install?('ctags config (better js/ruby support)')
file_operation(Dir.glob('tmux/*')) if want_to_install?('tmux config')
file_operation(Dir.glob('vimify/*')) if want_to_install?('vimification of command line tools')
file_operation(Dir.glob('{vim,vimrc}')) if want_to_install?('vim configuration (highly recommended)')