All Projects → snwh → Ubuntu Post Install

snwh / Ubuntu Post Install

Licence: gpl-3.0
A set of post-installation shell scripts for Ubuntu

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Ubuntu Post Install

Glim
GRUB Live ISO Multiboot
Stars: ✭ 452 (-24.54%)
Mutual labels:  ubuntu
Polo
Advanced file manager for Linux written in Vala. Supports multiple panes (single, dual, quad) with multiple tabs in each pane. Supports archive creation, extraction and browsing. Support for cloud storage; running and managing KVM images, modifying PDF documents and image files, booting ISO files in KVM, and writing ISO files to USB drives.
Stars: ✭ 481 (-19.7%)
Mutual labels:  ubuntu
Sentora Core
Sentora is a web hosting control panel written in PHP for *NIX
Stars: ✭ 545 (-9.02%)
Mutual labels:  ubuntu
Conjure Up
Deploying complex solutions, magically.
Stars: ✭ 454 (-24.21%)
Mutual labels:  ubuntu
Dedicated valheim server script
Valheim Menu system for managing or installing your Valheim Dedicated Server. Multi-Language. Supports Vanilla or Mod modes. Built on Ubuntu 20.04.
Stars: ✭ 455 (-24.04%)
Mutual labels:  ubuntu
Sierra Gtk Theme
MacOS High Sierra like theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 490 (-18.2%)
Mutual labels:  ubuntu
Linux Wifi Hotspot
Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
Stars: ✭ 434 (-27.55%)
Mutual labels:  ubuntu
Mkosi
Build Legacy-Free OS Images
Stars: ✭ 589 (-1.67%)
Mutual labels:  ubuntu
Notion Linux
Native Notion packages for Linux
Stars: ✭ 469 (-21.7%)
Mutual labels:  ubuntu
Guac Install
Script for installing Guacamole on Ubuntu
Stars: ✭ 525 (-12.35%)
Mutual labels:  ubuntu
Docker.ubuntu
Docker role for Ansible on Ubuntu 14.04+
Stars: ✭ 457 (-23.71%)
Mutual labels:  ubuntu
Mons
POSIX Shell script to quickly manage monitors on X
Stars: ✭ 457 (-23.71%)
Mutual labels:  ubuntu
Packer Boxes
Jeff Geerling's Packer build configurations for Vagrant boxes.
Stars: ✭ 495 (-17.36%)
Mutual labels:  ubuntu
Momo
WebRTC Native Client Momo
Stars: ✭ 454 (-24.21%)
Mutual labels:  ubuntu
Deepin Apps Installation
本仓库介绍如何在基于Ubuntu的系统上安装Deepin移植的软件。This repo shows how to install apps packaged by Deepin.
Stars: ✭ 565 (-5.68%)
Mutual labels:  ubuntu
Buildswiftonarm
All you need to build Swift on a RaspberryPi or other ARM boards, updated to Swift 5.1.5
Stars: ✭ 448 (-25.21%)
Mutual labels:  ubuntu
Comfortable Swipe
Comfortable 3-finger and 4-finger swipe gesture using Xdotool in native C++
Stars: ✭ 483 (-19.37%)
Mutual labels:  ubuntu
Brightness
Brightness Controller
Stars: ✭ 595 (-0.67%)
Mutual labels:  ubuntu
Windows Subsystem For Linux Setup Guide
An in-depth Guide for getting started with the Windows Subsystem for Linux!
Stars: ✭ 565 (-5.68%)
Mutual labels:  ubuntu
Tinyfaces
Free stock avatars for everyone 👦🏼👨🏾👩🏻 (Built w/ Swift)
Stars: ✭ 498 (-16.86%)
Mutual labels:  ubuntu

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/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].