sbshah97 / simplesh

:penguin: Quick installation for Ubuntu terminal.

Home Page:http://rafaelstz.github.io/simplesh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleSH CLI Tools Sytem Ubuntu Build Status Join the chat at https://gitter.im/rafaelstz/simplesh Releases

Hello. Welcome to SimpleSH. With SimpleSH you can perform the installation of many of your application dependencies in just one simple and easy to use program!

Running 👍

Just run the following code in the terminal:

wget -qO- -O simplesh.zip https://github.com/rafaelstz/simplesh/archive/master.zip
unzip simplesh.zip && rm simplesh.zip /
cd simplesh-master/ 
bash simple.sh

List of contents

Below you can see the complete list of commands and applications that are included in SimpleSH.

System

  • indicator.sh - Install the system load indicator.
  • ohmyzsh.sh - Install oh-my-zsh.
  • phonegap.sh - Easily install Phonegap.
  • prezto.sh - Install Prezto (for Zsh).
  • update.sh - Keep the list of sources updated.
  • upgrade.sh - Upgrade all of the system's packages.
  • vim.sh- Install the vim editor.

Server Side

  • ajenti.sh - Install the Ajenti admin panel.
  • lamp.sh - Install the LAMP stack (Linux + Apache + MySQL + PHP).
  • n98.sh - Install the n98 magerun cli tools for Magento Developers.
  • nginx.sh - Install the LEMP stack (Linux, Nginx, MySQL + PHP).
  • wpcli.sh- Install the WP CLI (command line interface for WordPress).

Desktop

How can you help?

  • Add new commands/installers.
  • Send me some proposals if you miss anything.
  • Create issues if you find a bug or missing a feature.

License

MIT © 2016 Rafael Corrêa Gomes and contributors

About

:penguin: Quick installation for Ubuntu terminal.

http://rafaelstz.github.io/simplesh/

License:MIT License


Languages

Language:Shell 100.0%