GithubHelp home page GithubHelp logo

guoyu07 / ubuntu-post-install Goto Github PK

View Code? Open in Web Editor NEW

This project forked from snwh/ubuntu-post-install

0.0 0.0 0.0 481 KB

A set of post-installation shell scripts for Ubuntu

License: GNU General Public License v3.0

Shell 100.00%

ubuntu-post-install's Introduction

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. If you have improvements, contributions to the original 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: files which are lists of packagesโ€  read by various functions.
  • functions: the main functions of this scriptset. They should require little user-preference modification.
  • apps: functions for installing third-party applications. They are called in the 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 (or one of the function templates) and simply changing the variables. When you do add (or remove) functions be sure to update the main thirdparty function 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/

ubuntu-post-install's People

Contributors

snwh avatar jaywink avatar baoxianzhang avatar mpadge 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.