Quick Start
Get up and running with repoverlay in under two minutes.
-
Install repoverlay
See Installation for all options. The quickest way:
Terminal window # macOS/Linuxbrew install tylerbutler/tap/repoverlay# Or with cargocargo binstall repoverlay -
Check that nothing is applied yet
Navigate to a git repository and check the current status:
Terminal window cd ~/projects/my-reporepoverlay statusYou should see:
No overlays applied. -
Apply an overlay
Apply an overlay from a shared source — this will show you available overlays and let you pick:
Terminal window repoverlay apply tylerbutlerSelect an overlay from the interactive list. repoverlay will ask if you want to save the source for future use.
-
Check status again
Terminal window repoverlay statusYou'll see the applied overlay, its source, and the files it manages.
-
Remove when done
Terminal window repoverlay remove my-overlay
Next steps
Section titled “Next steps”- Learn about applying overlays from different sources
- Create and share your own overlays
- Understand how it works under the hood