Module: Flexdot

Defined in:
lib/flexdot.rb,
lib/flexdot/index.rb,
lib/flexdot/tasks.rb,
lib/flexdot/backup.rb,
lib/flexdot/output.rb,
lib/flexdot/version.rb,
lib/flexdot/installer.rb

Defined Under Namespace

Classes: Backup, Index, Installer, Output, Tasks

Constant Summary collapse

VERSION =
'3.2.0'

Class Method Summary collapse

Class Method Details

.setup(home_dir:, dotfiles_dir: '.', output_colorize: true) ⇒ Object



9
10
11
# File 'lib/flexdot.rb', line 9

def self.setup(home_dir:, dotfiles_dir: '.', output_colorize: true)
  Tasks.new(dotfiles_dir, home_dir, output_colorize).install
end