diff --git a/README.md b/README.md new file mode 100644 index 0000000..0df513e --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +Blueprinting +============ + +This is a basic blueprinting script for Arch Linux. It aims at listing all installed packages, all installed AUR packages and list modifications done in config files (both for config files provided by Arch packages, and for newly created config files). + +Hence, it aims at helping you write Ansible scripts quickly from an already running machine. + + +This script is mostly inspired by [Devstructure's blueprint](https://github.com/devstructure/blueprint). + + +## License + +All the source code I wrote is under a `no-alcohol beer-ware license`. +``` +* -------------------------------------------------------------------------------- +* "THE NO-ALCOHOL BEER-WARE LICENSE" (Revision 42): +* Phyks (webmaster@phyks.me) wrote this file. As long as you retain this notice you +* can do whatever you want with this stuff (and you can also do whatever you want +* with this stuff without retaining it, but that's not cool...). If we meet some +* day, and you think this stuff is worth it, you can buy me a beer soda +* in return. +* Phyks +* --------------------------------------------------------------------------------- +```