/myMaidRules

My customized maid rule.

Primary LanguageRuby

myMaidRules

My customized maid rule.

For more about Maid, please see its GitHub project.

Prerequisite

  • gem install maid
  • gem install terminal-notifier

Installation

Just simply copy the rules.rb and maid.jpg to your .maidfolder.

or

  • cd /Users/YourUserName/.maid
  • git init
  • git remote add origin https://github.com/kindraywind/myMaidRules.git
  • git fetch origin
  • git checkout -b master --track origin/master
  • vi rules.rb and start customization.