awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repository-uri

Awesome GitHub RepositoriesCentralized Shell Configurations

Centralized systems for organizing shell settings, themes, and plugins.

Distinguishing note: None of the candidates target terminal environment configuration; they target security, data, or messaging

Explore 9 awesome GitHub repositories matching development tools & productivity · Centralized Shell Configurations. Refine with filters or upvote what's useful.

Awesome Centralized Shell Configurations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • nvidia/open-gpu-kernel-modulesAvatar NVIDIA

    NVIDIA/open-gpu-kernel-modules

    17,107Vezi pe GitHub↗

    This project is an open source Linux GPU kernel driver implemented as a loadable kernel module. It functions as a GPU firmware loader, providing the low-level driver services necessary to enable direct communication between the operating system and graphics processing units. The driver utilizes a dual-module architecture that separates GPL-licensed kernel code from proprietary firmware blobs. This system extracts and links signed binary firmware images into the kernel modules at driver load time. The project provides driver support for Turing-architecture GPUs and all subsequent newer hardwa

    Links GPL kernel code with proprietary firmware modules at load time to satisfy hardware initialization dependencies.

    C
    Vezi pe GitHub↗17,107
  • sorin-ionescu/preztoAvatar sorin-ionescu

    sorin-ionescu/prezto

    14,552Vezi pe GitHub↗

    Prezto is a Zsh configuration framework and shell environment manager designed to organize environment variables, aliases, and startup scripts through a modular file structure. It functions as a plugin collection and prompt theme engine, utilizing Zsh-native scripting to manage shell behavior across different platforms. The framework distinguishes itself through a modular-based configuration and submodule-driven extensions, allowing users to load discrete functional modules and update core components via Git. It features a dedicated prompt engine that integrates repository metadata and system

    Implements a modular loading system to customize the command line environment via a central config.

    Shell
    Vezi pe GitHub↗14,552
  • jxxghp/moviepilotAvatar jxxghp

    jxxghp/MoviePilot

    11,254Vezi pe GitHub↗

    MoviePilot is a self-hosted media orchestrator and NAS media library automator. It coordinates workflows between downloaders, metadata scrapers, and file systems to automate the discovery, downloading, renaming, and organization of movie and television content. The system functions as an LLM media management agent, allowing users to control subscriptions, searches, and file organization through conversational text commands. It also acts as a Model Context Protocol server, exposing internal media management tools via a standardized interface for external AI clients and agents. The project inc

    Allows the integration of custom extensions into the running environment without requiring a full application rebuild.

    Python
    Vezi pe GitHub↗11,254
  • holman/dotfilesAvatar holman

    holman/dotfiles

    7,743Vezi pe GitHub↗

    This project is a shell configuration manager and Unix environment automator designed to organize shell settings and environment variables. It functions as a symlink-based dotfile deployer that maps versioned configuration files to the home directory to maintain a consistent system environment across different machines. The system employs a topic-based configuration loading model, grouping shell settings and environment scripts into discrete directories that load sequentially into the active shell. It further automates the setup of the command line interface by managing system paths and ensur

    Organizes shell settings and scripts into a centralized, topic-based directory structure for automatic loading.

    Shell
    Vezi pe GitHub↗7,743
  • nvidia/warpAvatar NVIDIA

    NVIDIA/warp

    6,233Vezi pe GitHub↗

    Warp is a Python framework that JIT-compiles Python functions into CUDA kernels for GPU-accelerated parallel computation, with built-in automatic differentiation and multi-framework array interoperability. At its core, it provides a GPU kernel compilation system that enables writing and executing custom GPU kernels directly from Python, while supporting automatic gradient computation through those kernels for integration with machine learning pipelines. The framework also includes tile-based cooperative computing, where thread blocks partition into tiles for shared-memory and tensor-core opera

    Sets the number of worker threads that compile and load kernel modules concurrently, reducing startup time on multi-core systems.

    Pythoncudadifferentiable-programminggpu
    Vezi pe GitHub↗6,233
  • codeigniter4/codeigniter4Avatar codeigniter4

    codeigniter4/CodeIgniter4

    5,924Vezi pe GitHub↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    Loads procedural functions, constants, and bootstrap files from a configured list for global availability.

    PHPcodeignitercodeigniter4framework-php
    Vezi pe GitHub↗5,924
  • carp-lang/carpAvatar carp-lang

    carp-lang/Carp

    5,815Vezi pe GitHub↗

    Carp is a statically typed Lisp compiler that compiles Lisp-like syntax directly to C source code, enabling seamless integration with existing C libraries and low-level system programming. It manages memory deterministically at compile time using ownership tracking and linear types, eliminating garbage collection pauses and runtime overhead while ensuring type safety through an inferred static type system. The language distinguishes itself through compile-time macro expansion and metaprogramming capabilities, allowing code generation and transformation before final binary output. It enforces

    Imports files and activates modules in a single step with matching file and module names.

    Haskellfunctionalfunctional-programminggame-development
    Vezi pe GitHub↗5,815
  • tmodloader/tmodloaderAvatar tModLoader

    tModLoader/tModLoader

    5,099Vezi pe GitHub↗

    tModLoader is a modding framework and toolset designed for expanding game content and extending core game logic. It provides a polymorphic content API that allows for the creation of new items, NPCs, projectiles, and world assets through object-oriented inheritance. The project is distinguished by its advanced code modification capabilities, utilizing intermediate language bytecode patching and reflection-based private access to alter internal game behavior. It features a hot-reloading assembly runtime that enables developers to recompile and apply source code changes in real-time without res

    tModLoader imports audio files into the game engine by detecting files located within designated music directories.

    C#apigamesteam
    Vezi pe GitHub↗5,099
  • x11libre/xserverAvatar X11Libre

    X11Libre/xserver

    4,254Vezi pe GitHub↗

    This project is an X11 window system server that coordinates graphical output and input devices. It functions as a display server, a hardware driver manager for graphics and input modules, and a graphics server capable of rendering directly to a generic framebuffer. The server provides multi-seat display management to isolate input and display devices for different concurrent users. It also implements namespace isolation to separate clients and restrict resource access, preventing interference between different user sessions or processes. The system manages GPU driver integration through dyn

    Loads GPU driver modules dynamically at runtime, with version override support for proprietary drivers.

    Cglamorglxlinux
    Vezi pe GitHub↗4,254
  1. Home
  2. Development Tools & Productivity
  3. Centralized Shell Configurations

Explorează sub-etichetele

  • Module Loading Systems3 sub-tag-uriMechanisms for dynamically loading functional shell modules through a central configuration file. **Distinct from Centralized Shell Configurations:** Focuses on the act of loading specific functional modules rather than the general organization of the shell configuration.