nurasli6677 / builder

Bash scripts for development & production environments

Home Page:http://kebab-project.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Builder

Requirements

Mac OS X

  1. Use Command Line Tools for XCode for Lion (OS X 10.7) or Mountain Lion (OS X 10.8).

  2. Set zsh as your login shell:

    chsh -s /bin/zsh

Linux

We currently support these distributions:

Also you can use distributions derived from up these. (Linux Mint, LMDE, Elementary, Pepper Mint, etc.)

Use

Mac OS X

Read, then run the script:

zsh <(curl -s https://raw.githubusercontent.com/ab17ruby/builder/develop/mac.sh)

Linux

Read, then run the script:

bash <(curl -s https://raw.githubusercontent.com/ab17ruby/builder/develop/linux.sh)

What it does

Contributing

Once you've made your great commits:

  1. Fork Project
  2. Create a topic branch - git checkout -b my_branch
  3. Push to your branch - git push origin my_branch
  4. Create a Pull Request from your branch
  5. That's it!

Credits

License

Copyright 2014 lab2023 – information technologies

About

Bash scripts for development & production environments

http://kebab-project.org/

License:MIT License


Languages

Language:Shell 100.0%