Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tforster/ubuntu-apps-template
- Owner: tforster
- Created: 2016-10-21T20:07:40.000Z (over 8 years ago)
- Default Branch: wip
- Last Pushed: 2016-10-27T02:00:38.000Z (over 8 years ago)
- Last Synced: 2024-11-12T06:18:33.504Z (3 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).