Skip to content

uni-linux/recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Recipes for UNI logo


Recipes for UNI 🍰

fund issues on issuehunt become a patron or sponsor donate on paypal get uni License - MIT


This is the main recipes repository for UNI.
You can create your own or use one of the available recipes in here.

Recipes are bash scripts to do anything. Be it to install programs and resolve dependencies or fix system problems. Anything you want and can do with bash scripts.


Available Recipes

Apps

Fixes

Themes


Contributing

As I said, recipes are bash script files. You can do anything you want.

So, if you want create your own recipes and publish it here you must:

  • Fork this repository!
  • Create your feature branch: git checkout -b my-new-recipe
  • Take this template as a base and keep a title, description and usage in your README.md file. The uni bake command will search in: your-user-folder-name/your-recipe-folder-name
  • Create a folder in /src/ named with your github user name and create a separated folder inside it for each recipe created by you
  • Create a README.md inside your user-name folder and make it as your main recipes profile page, e.g: See the example
  • Commit your changes: git commit -m 'Add user-name/recipe-name recipe'
  • Push to the branch: git push origin my-new-recipe
  • Send your pull request.

After your pull request is merged, you can safely delete your branch.

If you have doubt yet about how to create recipes, just take a look in here and check how the things works.

About

🍰 The main recipes repository for UNI. You can create your own or use one of the available recipes in here.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages