Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tforster/ubuntu-apps-template

A simple shell script to install a consistent set of applications
https://github.com/tforster/ubuntu-apps-template

Last synced: 19 days ago
JSON representation

A simple shell script to install a consistent set of applications

Awesome Lists containing this project

README

        

# Ubuntu Apps template

_A simple shell script to install a consistent set of applications_

# Usage

Copy the following code snippet and paste it in your console.

`curl -o- https://raw.githubusercontent.com/tforster/ubuntu-apps-template/v0.1.0/install.sh | bash`

If you don't have curl installed try using wget.

`wget -qO- https://raw.githubusercontent.com/tforster/ubuntu-apps-template/v0.1.0/install.sh | bash`

# Apps that will be installed

* Latest Ubuntu updates

# Developer Setup

1. [email protected]:tforster/ubuntu-apps-template.git

# Credits

This tool was created to make it much easier to consistenly rebuild my workstations with a common set of applications. The simple hosted
shell script method was directly inspired by [nvm](https://github.com/creationix/nvm).