Git Product home page Git Product logo

my-pos-install's Introduction

Pos Install Scripts

License Shell Script Makefile Fedora

This script was developed with the aim of demonstrating post-installation and parameterization of my PC with Fedora. The aim is to build a "minimal" installation and customize it as needed, with app installations only via terminal.

Warning

It is entirely free to copy and execute the scripts contained in this repository, however, you must read and understand what each step does. If you choose to execute it fully, knowing that my usage profile is certainly different from yours, or adapt it (best option) to your needs before execution modifying programs that will be installed in the repository stages, .rpm, Flatpak, Codium extensions.

The aim in addition to demonstrating is to serve as inspiration for building your own post-installation script.

Caution

Disclaimer: The scripts made available are certainly tested by me before being published, however due to the nature of the difference between hardware and the period when script updates and system and package updates occur, errors may occur during execution. Therefore, there are no full guarantees of the full functioning of this script so I will not be responsible if there is any material damage or loss of data.

I kindly ask that in case of errors report them in the Issues tab and I will try as much as possible to help.

๐Ÿ”ง GNOME Extensions

โšซ Dots

There is also a folder called confs in which some configuration files are hosted and imported when running the script and contains my configurations for Terminator, fastfetch, Starship and micro. Other apps should be added in the future.

๐ŸŽจ Theme

Use the Gradience app to apply the Dracula color scheme with a blue accent color instead of the default pink/purple of this theme. Import my color scheme if you want:

Click to expand
{
    "name": "local-theme",
    "variables": {
        "accent_color": "rgb(28, 113, 216)",
        "accent_bg_color": "rgb(26, 95, 180)",
        "accent_fg_color": "#f8f8f2",
        "destructive_color": "#f55",
        "destructive_bg_color": "#f55",
        "destructive_fg_color": "#f8f8f2",
        "success_color": "#50fa7b",
        "success_bg_color": "#50fa7b",
        "success_fg_color": "#f8f8f2",
        "warning_color": "#f1fa8c",
        "warning_bg_color": "#f1fa8c",
        "warning_fg_color": "rgba(0, 0, 0, 0.8)",
        "error_color": "#f55",
        "error_bg_color": "#f55",
        "error_fg_color": "#f8f8f2",
        "window_bg_color": "rgb(35, 37, 46)",
        "window_fg_color": "#f8f8f2",
        "view_bg_color": "rgb(35, 37, 46)",
        "view_fg_color": "#f8f8f2",
        "headerbar_bg_color": "rgb(35, 37, 46)",
        "headerbar_fg_color": "#f8f8f2",
        "headerbar_border_color": "#fff",
        "headerbar_shade_color": "rgba(0, 0, 0, 0.36)",
        "card_bg_color": "rgba(255, 255, 255, 0.08)",
        "card_fg_color": "#f8f8f2",
        "card_shade_color": "rgba(0, 0, 0, 0.36)",
        "dialog_bg_color": "rgb(35, 37, 46)",
        "dialog_fg_color": "#f8f8f2",
        "popover_bg_color": "rgb(35, 37, 46)",
        "popover_fg_color": "#f8f8f2",
        "shade_color": "#383838",
        "scrollbar_outline_color": "rgba(0, 0, 0, 0.5)"
    },
    "palette": {
        "blue_": {
            "1": "#99c1f1",
            "2": "#62a0ea",
            "3": "#3584e4",
            "4": "#1c71d8",
            "5": "#1a5fb4"
        },
        "green_": {
            "1": "#8ff0a4",
            "2": "#57e389",
            "3": "#33d17a",
            "4": "#2ec27e",
            "5": "#26a269"
        },
        "yellow_": {
            "1": "#f9f06b",
            "2": "#f8e45c",
            "3": "#f6d32d",
            "4": "#f5c211",
            "5": "#e5a50a"
        },
        "orange_": {
            "1": "#ffbe6f",
            "2": "#ffa348",
            "3": "#ff7800",
            "4": "#e66100",
            "5": "#c64600"
        },
        "red_": {
            "1": "#f66151",
            "2": "#ed333b",
            "3": "#e01b24",
            "4": "#c01c28",
            "5": "#a51d2d"
        },
        "purple_": {
            "1": "#dc8add",
            "2": "#c061cb",
            "3": "#9141ac",
            "4": "#813d9c",
            "5": "#613583"
        },
        "brown_": {
            "1": "#cdab8f",
            "2": "#b5835a",
            "3": "#986a44",
            "4": "#865e3c",
            "5": "#63452c"
        },
        "light_": {
            "1": "#fff",
            "2": "#f6f5f4",
            "3": "#deddda",
            "4": "#c0bfbc",
            "5": "#9a9996"
        },
        "dark_": {
            "1": "#77767b",
            "2": "#5e5c64",
            "3": "#3d3846",
            "4": "#241f31",
            "5": "#000"
        }
    },
    "custom_css": {
        "gtk4": ""
    },
    "plugins": {}
}

You will also need to add the set of variables below for gtk3 and gtk4 in "Advanced" -> "Custom CSS" in Gradience.

@define-color sidebar_bg_color @window_bg_color;
@define-color sidebar_fg_color @window_fg_color;
@define-color sidebar_border_color @window_bg_color;
@define-color sidebar_backdrop_color @window_bg_color;

๐Ÿ’ป Final appearance

๐Ÿ“… Last modified

18 Mai 2024

my-pos-install's People

Contributors

ciro-mota avatar

Watchers

 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.