Giter VIP home page Giter VIP logo

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 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) 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

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ubuntu-post-install's Issues

Missing #6

Hi there,

I just used your script and I'm very happy with it, however I did notice that it's missing the #6 entry.

Here's a screenshot for you to take a look at:
http://i.imgsafe.org/7b5d211.png

Again, I'm very pleased with the script and it works fine, I just wanted to bring this to your attention :)

Feature request: ubuntu-post-install as a snap

I have not encountered a software better than this which helps configuring the system. Is it possible that it be available as a snap for easier installation? We could also add features like providing a custom data directory where users can select what apps to install in the menu.

Third-party package download does not follow redirects

Hi,

Thanks for the project, it really is awesome and I've been looking for something like this for quite a while already. 👏

While extending the project to install the latest release of bat, I wanted to reuse the install functions provided, more specifically the install_remote_package option. To this end, I get the latest release from github using their API, but the download url I get from them makes a redirect which curl does not follow since only the -O flag is used.

Is there a particular reason why you did this way, or should we just add the -L flag to follow redirects?

Bug

./functions/check: строка 2: $'\r': команда не найдена
./functions/check: строка 4: $'\r': команда не найдена
./functions/check: строка 6: $'\r': команда не найдена
./functions/check: строка 8: ошибка синтаксиса около неожиданной лексемы $'{\r'' '/functions/check: строка 8:function check {
/functions/cleanup: Нет такого файла или каталога
/functions/codecs: Нет такого файла или каталога
/functions/configure: Нет такого файла или каталога
/functions/development: Нет такого файла или каталога
/functions/favourites: Нет такого файла или каталога
/functions/thirdparty: Нет такого файла или каталога
/functions/update: Нет такого файла или каталога
/functions/utilities: Нет такого файла или каталога
./ubuntu-post-install-script.sh: строка 102: check: команда не найдена

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.