Skip to content

rafaelstz/simplesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 installation

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

curl installation

curl -L https://github.com/rafaelstz/simplesh/archive/master.zip -o simplesh.zip
unzip simplesh.zip && rm simplesh.zip
cd simplesh-master/
bash simple.sh

List of contents

Below is 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 VIM, the ubiquitous text 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

  • atom.sh - Install the Atom editor.
  • brackets.sh - Install the Brackets editor.
  • brave.sh - Installs Brave, the secure, fast and private web browser with AdBlocker.
  • chrome.sh - Install the Chrome web browser.
  • chromium.sh - Install the Chromium open-source web browser.
  • composer.sh - Install Composer, the dependency manager for PHP.
  • digikam.sh - Install the Digikam photo manager.
  • docker.sh - Install Docker, the dev to ops choice for container platforms.
  • dropbox.sh - Install Dropbox, the file synchronization utility.
  • firefoxdev.sh - Install Firefox Developer Edition.
  • flatpak.sh - Install the Flatpak, the application distribution
  • gimp.sh - Install Gimp.
  • go.sh - Install the Go programming language.
  • googledrive.sh - Install Google Drive.
  • musique.sh - Install Musique Player.
  • nodejs.sh - Install Node.js, the JavaScript runtime built on Chrome's V8 JavaScript engine.
  • phpstorm-10.sh- Install PHPStorm version 10.x.x.
  • phpstorm-9.sh - Install PHPStorm version 9.x.x.
  • phpstorm.sh - Install PHPStorm version 8.x.x.
  • pycharm-pro.sh - Install the PyCharm Professional edition.
  • pycharm.sh - Install the PyCharm Community edition.
  • rubymine.sh - Install RubyMine.
  • spotify.sh - Install Spotify.
  • sublimetext.sh - Install the Sublime Text 3 editor.
  • terminator.sh - Install Terminator, a terminal emulator.
  • yarn - Install Yarn, fast, reliable, and secure dependency management.
  • vscode.sh - Install Visual Studio Code, the open source code editor.

How can you help?

  • Add new commands/installers.
  • Send me proposals if you think something is missing.
  • Create issues if you find bugs or missing features.

License

MIT © 2018 Rafael Corrêa Gomes and contributors.