Git Product home page Git Product logo

ubuntu-installer's Introduction

ubuntu-installer

Easily install and configure your Ubuntu Desktop installation.

Compatibility Grid

Release Status Branch to use
22.04 Unstable main
22.04 Stable 22.04
20.04 Unmaintained 20.04
18.04 Unmaintained 18.04
16.04 Unmaintained 16.04

Requirements

In order to run the the following installation process and script you need to have :

  • access to a shell
  • unzip
  • wget
  • Ansible 2.8+ (we handled the installation via the run.sh script)

Installation

wget -O installer.zip https://github.com/jygastaud/ubuntu-installer/archive/<branch>.zip
unzip installer
cd ubuntu-installer-<branch>
cp default.config.yml config.yml

and edit the config.yml file (you can keep only the line you change in that file).

Then

If you have Ansible already installed

./run.sh

If you want to install Ansible first

./run.sh --ansible

Specific component installation

You can use Ansible tag to run only some part of that playbook.

Examples:

  • Install only packages
ansible-playbook playbook.yml -i hosts --user=$(whoami) -e "my_user=$(whoami)" --ask-become-pass --tag packages
  • Install only git
ansible-playbook playbook.yml -i hosts --user=$(whoami) -e "my_user=$(whoami)" --ask-become-pass --tag git
  • Install all dev-tools
ansible-playbook playbook.yml -i hosts --user=$(whoami) -e "my_user=$(whoami)" --ask-become-pass --tag dev-tools

Notes: Tags are not be available for every tools.

Tools managed and installed by default

Tools marked with ✔ are installed by default. You can override the config.yml file to match your needs.

Others options available

config file also allows you to define :

  • your oh_my_zsh configurations (theme, plugins)
  • your shell aliases
  • your git config

Plan

  • Add the following tools
  • process
    • activate/configure vscode plugins
    • activate/configure phpstorm plugins
    • find a way to add tags for every tools, so we can install them individually
  • Others? Create an issue!

ubuntu-installer's People

Contributors

jygastaud avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.