Skip to content

vurihuang/cheats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cheats

Installation

$ brew install navi

Usage

user="vurihuang"
repo="cheats"
$ git clone https://github.com/${user}/${repo}.git "$(navi info cheats-path)/${user}__${repo}"
$ navi

Auto updating

user="vurihuang"
repo="cheats"

$ crontab -e
# Add these cron job.
*/0 0 * * * bash -c 'cd "$(/usr/local/bin/navi info cheats-path)/${user}__${repo}" && /usr/local/bin/git pull -q origin master'