Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snwh/ubuntu-post-install
A set of post-installation shell scripts for Ubuntu
https://github.com/snwh/ubuntu-post-install
post-installation shell ubuntu
Last synced: about 1 month ago
JSON representation
A set of post-installation shell scripts for Ubuntu
- Host: GitHub
- URL: https://github.com/snwh/ubuntu-post-install
- Owner: snwh
- License: gpl-3.0
- Archived: true
- Created: 2013-02-15T20:11:05.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T22:51:51.000Z (over 5 years ago)
- Last Synced: 2024-08-07T23:57:23.776Z (5 months ago)
- Topics: post-installation, shell, ubuntu
- Language: Shell
- Homepage:
- Size: 571 KB
- Stars: 694
- Watchers: 38
- Forks: 284
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ubuntu Post Install Scripts
===========================A semi-automatic and interactive set of post-installation scripts for Ubuntu and its derivatives. You can use this project to install your favourite apps, set your preferred settings, and do minor housekeeping.
This project is free software; you can redistribute it and/or modify it under the terms of the [GNU General Public License](/LICENSE). If you have improvements, contributions to the [original](https://github.com/snwh/ubuntu-post-install) are much appreciated.
## Organization
This project is designed to be fairly modular (and not be one huge script) so you can easily delete or exclude bits/functions that you don't want to use.
* [`data`](/data): files which are lists of packages† read by various functions.
* [`functions`](/functions): the main functions of this scriptset. They should require little user-preference modification.
* [`apps`](/functions/apps): functions for installing third-party applications. They are called in the [`install_thirdparty`](/functions/install_thirdparty) function.*†These lists are preferential and you should to update them with packages you prefer*
## Adding Functions
Adding additional functions is as easy as editing one of the many already included functions and simply changing the variables. When you do add (or remove) functions be sure to update any main function (such as [`thirdparty`](/functions/thirdparty)) to reflect those changes.
## Usage
You use these scripts, you can just run the main script from the root of the source folder:
./ubuntu-post-install-script.sh
Alternatively, if you use `bash` and cloned this to your home folder, add the following to your `.bashrc` to run this script on-demand.
export PATH=${PATH}:~/ubuntu-post-install/