Created
November 29, 2016 19:41
-
-
Save bltavares/457d0aa16a1a2ec626a60b4f9749763a to your computer and use it in GitHub Desktop.
Kickstart example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kickstart init my-laptop | |
cd my-laptop | |
echo 'kickstart.context "Editors"' > roles/editors.sh | |
echo 'kickstart.package.install vim' >> roles/editors.sh | |
kickstart local editors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment