Skip to content

wandy-dev/wads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wandy's auto dotfile synchronizer

Build Status

wads

USAGE:

wads: dotfile repo manager

 wads [ -n ] add

 wads -n            : send notification
 wads add .vimrc    : add .vimrc to dotfiles repo
 wads rm vimrc      : remove vimrc from dotfiles repo
 wads install vimrc : symlink vimrc from dotfiles repo to home dir

OPTIONS:

 -n : send notification to commit dotfiles

COMMANDS:

 add     : add file to dotfiles repo
 rm      : remove file from dotfiles repo
 install : symlink file from dotfiles repo to home dir

tests

You can run the tests with the following

git clone [email protected]:wandy-dev/wads.git
git submodule update --init --recursive
./test.sh

If you are changing the tests run ./dev.sh to have the test run on file change

The requires entr to be installed but it is completely optional

About

wads (Wandy's auto dotfile synchronizer)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages