Giter Site home page Giter Site logo

ubuntu-post-install's Introduction

Ubuntu Post Install Scripts

Original Author: Sam Hewitt

This project is my set of post-installation and maintenance scripts for Ubuntu, to run on a fresh install. It's designed to install your favourite applications, set your preferred settings, etc. mostly automatically.

Feel free to fork this project, modify to suit your preference, and distribute.

##Structure

This project is coded and organized in a modular fashion so you can easily delete or exclude parts that you don't want to use.

  • data: this folder contains files which are lists of packages read by various functions. It's recommended to update these to suit your preferences.
  • functions: this folder contains bash files which are the main functions of this scriptset. They should require little modification.
  • third-party: this sub-directory contains further bash files that are functions for the installation of third-party applications โ€“i.e. those that aren't necessarily in the main repositories.

##Usage

Simple, you just run the main script from the root of the source folder:

./ubuntu-post-install-script.sh

Or you can store this scriptset in some directory, and add that location to your custom shell paths to run on-demand. For example, adding it as the following line to your .bashrc (editing the path appropriately):

export PATH=${PATH}:$HOME/scripts/ubuntu-post-install/

ubuntu-post-install's People

Contributors

ampersam-git avatar jaywink avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.