awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nvidia/open-gpu-kernel-modulesNVIDIA 的头像

    NVIDIA/open-gpu-kernel-modules

    17,107在 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
    在 GitHub 上查看↗17,107
  • sorin-ionescu/preztosorin-ionescu 的头像

    sorin-ionescu/prezto

    14,552在 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
    在 GitHub 上查看↗14,552
  • jxxghp/moviepilotjxxghp 的头像

    jxxghp/MoviePilot

    11,254在 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
    在 GitHub 上查看↗11,254
  • holman/dotfilesholman 的头像

    holman/dotfiles

    7,743在 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
    在 GitHub 上查看↗7,743
  • nvidia/warpNVIDIA 的头像

    NVIDIA/warp

    6,233在 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
    在 GitHub 上查看↗6,233
  • codeigniter4/codeigniter4codeigniter4 的头像

    codeigniter4/CodeIgniter4

    5,924在 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
    在 GitHub 上查看↗5,924
  • carp-lang/carpcarp-lang 的头像

    carp-lang/Carp

    5,815在 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
    在 GitHub 上查看↗5,815
  • tmodloader/tmodloadertModLoader 的头像

    tModLoader/tModLoader

    5,099在 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
    在 GitHub 上查看↗5,099
  • x11libre/xserverX11Libre 的头像

    X11Libre/xserver

    4,254在 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
    在 GitHub 上查看↗4,254
  1. Home
  2. Development Tools & Productivity
  3. Centralized Shell Configurations

探索子标签

  • Module Loading Systems3 个子标签Mechanisms 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.