diff options
author | June McEnroe <curtis.mcenroe@adgear.com> | 2016-07-15 10:12:07 -0400 |
---|---|---|
committer | June McEnroe <curtis.mcenroe@adgear.com> | 2016-07-15 10:12:07 -0400 |
commit | 18ab8563bde83cd98a6dff56fb55ba9d235c2150 (patch) | |
tree | 785789cb3c27418ac968019b43b6c66f646d379e | |
parent | Pull latest pathogen and gruvbox (diff) | |
download | src-18ab8563bde83cd98a6dff56fb55ba9d235c2150.tar.gz src-18ab8563bde83cd98a6dff56fb55ba9d235c2150.zip |
Add vendor script to README
Diffstat (limited to '')
-rw-r--r-- | README.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md index d7f50249..c1efb8c1 100644 --- a/README.md +++ b/README.md @@ -20,26 +20,26 @@ My configuration files. Create symlinks in ~ for files in the current directory. -``` -./install.sh -``` + ./install.sh ## Import Import a file from ~ and replace it with a symlink. -``` -./import.sh .config -``` + ./import.sh .dotrc ## Prune Remove symbolic links in ~ to files that no longer exist in the current directory. -``` -./prune.sh -``` + ./prune.sh + +## Vendor + +Pull latest versions of vendored files. + + ./vendor.sh ## License |